mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 06:06:38 +01:00
Cannot load host Docker config from container. Remove option and rely on environment variables
This commit is contained in:
parent
1c59200565
commit
541264281c
3 changed files with 2 additions and 5 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue