mirror of
https://github.com/containrrr/watchtower.git
synced 2026-01-03 07:38:49 +01:00
chore(docs): Update docs
This commit is contained in:
parent
7382727c74
commit
156d25ccea
12 changed files with 55 additions and 58 deletions
|
|
@ -8,7 +8,7 @@ For example, let's say you were running watchtower along with an instance of _ce
|
|||
$ docker ps
|
||||
CONTAINER ID IMAGE STATUS PORTS NAMES
|
||||
967848166a45 centurylink/wetty-cli Up 10 minutes 0.0.0.0:8080->3000/tcp wetty
|
||||
6cc4d2a9d1a5 containrrr/watchtower Up 15 minutes watchtower
|
||||
6cc4d2a9d1a5 beatkind/watchtower Up 15 minutes watchtower
|
||||
```
|
||||
|
||||
Every day watchtower will pull the latest _centurylink/wetty-cli_ image and compare it to the one that was used to run the "wetty" container. If it sees that the image has changed it will stop/remove the "wetty" container and then restart it using the new image and the same `docker run` options that were used to start the container initially (in this case, that would include the `-p 8080:3000` port mapping).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue