mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
readme update
This commit is contained in:
parent
d36899dd7c
commit
c8bb6c349d
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -1,7 +1,7 @@
|
|||
# Watchtower
|
||||

|
||||
|
||||
[](https://circleci.com/gh/CenturyLinkLabs/watchtower)
|
||||
[](https://circleci.com/gh/CenturyLinkLabs/watchtower)
|
||||
[](https://godoc.org/github.com/CenturyLinkLabs/watchtower)
|
||||
[](https://imagelayers.io/?images=centurylink/watchtower:latest 'Get your own badge on imagelayers.io')
|
||||
|
||||
|
@ -39,6 +39,16 @@ docker run -d \
|
|||
centurylink/watchtower
|
||||
```
|
||||
|
||||
For private images:
|
||||
|
||||
```
|
||||
docker run -d \
|
||||
--name watchtower \
|
||||
-e REPO_USER="username" -e REPO_PASS="pass" -e REPO_EMAIL="email" \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
drud/watchtower container_to_watch --debug
|
||||
```
|
||||
|
||||
### Arguments
|
||||
|
||||
By default, watchtower will monitor all containers running within the Docker daemon to which it is pointed (in most cases this will be the local Docker daemon, but you can override it with the `--host` option described in the next section). However, you can restrict watchtower to monitoring a subset of the running containers by specifying the container names as arguments when launching watchtower.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue