mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +02:00
Update README.md (#1077)
Added new line to Quick Start to make it easier to read at glance.
This commit is contained in:
parent
47a640b764
commit
1ec5234898
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@
|
|||
|
||||
## Quick Start
|
||||
|
||||
With watchtower you can update the running version of your containerized app simply by pushing a new image to the Docker Hub or your own image registry. Watchtower will pull down your new image, gracefully shut down your existing container and restart it with the same options that were used when it was deployed initially. Run the watchtower container with the following command:
|
||||
With watchtower you can update the running version of your containerized app simply by pushing a new image to the Docker Hub or your own image registry.
|
||||
|
||||
Watchtower will pull down your new image, gracefully shut down your existing container and restart it with the same options that were used when it was deployed initially. Run the watchtower container with the following command:
|
||||
|
||||
```
|
||||
$ docker run -d \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue