summaryrefslogtreecommitdiff
path: root/test/quic-openssl-docker/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/quic-openssl-docker/README.md')
-rw-r--r--test/quic-openssl-docker/README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/test/quic-openssl-docker/README.md b/test/quic-openssl-docker/README.md
new file mode 100644
index 0000000000..097710d057
--- /dev/null
+++ b/test/quic-openssl-docker/README.md
@@ -0,0 +1,23 @@
+quic-openssl-docker
+===================
+
+Dockerfile for quic working group interop testing
+
+Overview
+--------
+
+This Dockerfile builds a container for use with the
+[QUIC working group interop testing facility](https://interop.seemann.io/)
+It can also be used locally to test QUIC interoperability via the
+[QUIC interop runner](https://github.com/quic-interop/quic-interop-runner)
+Please see instructions there for running local interop testing
+
+Building the container
+----------------------
+
+From this directory:
+`docker build -t quay.io/openssl-ci/openssl-quic-interop:latest .`
+
+Note the tag name is important, as the interop runner knows the container
+by this name. If you build locally with changes, the interop runner project
+will pick up the container from your local registry rather than downloading it