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