Correcting a few typos and text styling. (#359)

This commit is contained in:
Armando Lüscher 2019-08-09 16:38:46 +02:00 committed by Simon Aronsson
parent 56fbede32d
commit 7a30fd7102
6 changed files with 13 additions and 13 deletions

View file

@ -12,7 +12,7 @@ Or, it can be specified as part of the `docker run` command line:
docker run -d --label=com.centurylinklabs.watchtower.enable=false someimage
```
If you need to only include only some containers, pass the --label-enable flag on startup and set the _com.centurylinklabs.watchtower.enable_ label with a value of true for the containers you want to watch.
If you need to include only some containers, pass the `--label-enable` flag on startup and set the _com.centurylinklabs.watchtower.enable_ label with a value of `true` for the containers you want to watch.
```docker
LABEL com.centurylinklabs.watchtower.enable="true"