Correcting a few typos and text styling.

This commit is contained in:
Armando Lüscher 2019-08-03 03:06:02 +02:00
parent 56fbede32d
commit 77ba764545
No known key found for this signature in database
GPG key ID: 4607472FFF56C4C1
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"