mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Update README with Docker instructions.
This commit is contained in:
parent
45d75bb254
commit
306ecefeb3
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -114,6 +114,18 @@ make
|
||||||
make test
|
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
|
Platforms
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue