Cannot load host Docker config from container. Remove option and rely on environment variables

This commit is contained in:
Ross Cadogan 2016-10-18 14:51:44 +01:00
parent 1c59200565
commit 541264281c
3 changed files with 2 additions and 5 deletions

View file

@ -39,7 +39,7 @@ docker run -d \
centurylink/watchtower
```
If pulling images from a private Docker registry, supply any authentication credentials with the environment variables `REPO_USER` and `REPO_PASS` or omit to leave watchtower load credentials from the default Docker config (`~/.docker/config.json`):
If pulling images from a private Docker registry, supply any authentication credentials with the environment variables `REPO_USER` and `REPO_PASS`.
```
docker run -d \