optimze display of run command

This commit is contained in:
Florian Schwab 2020-05-17 20:35:30 +02:00
parent 492b17045e
commit c6ce80fcc6

View file

@ -14,5 +14,9 @@ Configuration is done through environment variables.
## Start the container
```bash
docker run -d --restart always --net=host -e ALLOW_INTERFACES=eth0 -v $(pwd)/services:/etc/avahi/services ydkn/avahi:latest
docker run -d --restart always \
--net=host \
-e ALLOW_INTERFACES=eth0 \
-v $(pwd)/services:/etc/avahi/services \
ydkn/avahi:latest
```