Skip to content

Commit

Permalink
Merge pull request #273 from containrrr/KopfKrieg-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
simskij committed Apr 10, 2019
2 parents 5513f95 + e27d415 commit 6532920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ If you do not want watchtower to run as a daemon you can pass a run-once flag an
```bash
docker run --rm \
-v /var/run/docker.sock:/var/run/docker.sock \
v2tec/watchtower --run-once nginx redis
containrrr/watchtower --run-once nginx redis
```

In the example above, watchtower will execute an upgrade attempt on the containers named "nginx" and "redis". Using this mode will enable debugging output showing all actions performed as usage is intended for interactive users. Once the attempt is completed, the container will exit and remove itself due to the "--rm" flag.
Expand Down

0 comments on commit 6532920

Please sign in to comment.