optimze display of run command
This commit is contained in:
parent
492b17045e
commit
c6ce80fcc6
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue