Update README with Docker instructions.

This commit is contained in:
Brian Prodoehl 2017-10-03 15:37:20 -04:00
parent 45d75bb254
commit 306ecefeb3
1 changed files with 12 additions and 0 deletions

View File

@ -114,6 +114,18 @@ make
make test
```
Building with Docker
---------
The library and http_client example can be built with Docker.
```
docker build -t lsquic-client .
```
Then you can use the http_client example from the command line.
```
docker run -it --rm lsquic-client http_client -H www.google.com -s 74.125.22.106:443 -p /
```
Platforms
---------