xref: /freebsd/crypto/openssl/test/quic-openssl-docker/README.md (revision 7e97c6adffde3bd6f60f042ed2603335c005c6a7)
1quic-openssl-docker
2===================
3
4Dockerfile for quic working group interop testing
5
6Overview
7--------
8
9This Dockerfile builds a container for use with the
10[QUIC working group interop testing facility](https://interop.seemann.io/)
11It can also be used locally to test QUIC interoperability via the
12[QUIC interop runner](https://github.com/quic-interop/quic-interop-runner)
13Please see instructions there for running local interop testing
14
15Building the container
16----------------------
17
18From this directory:
19`docker build -t quay.io/openssl-ci/openssl-quic-interop:latest .`
20
21Note the tag name is important, as the interop runner knows the container
22by this name.  If you build locally with changes, the interop runner project
23will pick up the container from your local registry rather than downloading it
24