From e27d41505acbff439100f59c72e19f50d4fdd05d Mon Sep 17 00:00:00 2001 From: Florian Date: Wed, 10 Apr 2019 17:31:30 +0200 Subject: [PATCH] =?UTF-8?q?Updated=20README.md:=20v2tech=20=E2=86=92=20con?= =?UTF-8?q?tainrrr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index affd130..73474f6 100644 --- a/README.md +++ b/README.md @@ -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.