From 1ec523489876deb9634d7104c3a65cc102690f66 Mon Sep 17 00:00:00 2001 From: modem7 Date: Tue, 5 Oct 2021 13:27:15 +0100 Subject: [PATCH] Update README.md (#1077) Added new line to Quick Start to make it easier to read at glance. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a51b266..0cae1bd 100644 --- a/README.md +++ b/README.md @@ -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 \