Creating a docket container adequate for testing the picoquic implementation as part of the "quic interop runner" effort.
To update the docker container:
-
Clone this repo, e.g. in
./picoquic-interop-runner
-
Update the script, etc.
-
Build the new version of the docker container:
sudo docker build --build-arg PICOQUIC_DATE=2020-04-27 -t privateoctopus/picoquic ../picoquic-interop-runner/
- Upload the new docker container:
sudo docker push privateoctopus/picoquic:latest