better gendoc

This commit is contained in:
idk
2018-08-16 18:43:27 -04:00
parent bb8042ba18
commit 7f53ab7cff
3 changed files with 20 additions and 14 deletions

View File

@@ -139,10 +139,15 @@ docker build --build-arg user=eephttpd --build-arg path=example/www -f Dockerfi
### Run in docker
```
docker run -i -t -d \
--name eephttpd-volume \
--volume eephttpd:/home/eephttpd/ \
eyedeekay/eephttpd
```
```
docker run -i -t -d --network si \
docker run -i -t -d \
--network si \
--env samhost=sam-host \
--env samport=7656 \
--env args=-r # Additional arguments to pass to eephttpd\