From 3ab5e0d5f736b3e93253b43ac04ada6b12d312f1 Mon Sep 17 00:00:00 2001 From: mag37 Date: Mon, 30 Jan 2023 14:21:57 +0100 Subject: [PATCH] formatting --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9abec27..be6b8f4 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,8 @@ No updates installed, exiting - ~~No granular choice of what to update (except initial name filter).~~ - No detailed error feedback (just skip + list what's skipped) . -## `dockcheck_docker-run_ver.sh` - Wont auto-update the containers, only their images. (compose is recommended) +## `dockcheck_docker-run_ver.sh` +### Wont auto-update the containers, only their images. (compose is recommended) Alternative version for people who use `docker run` and no composes. `docker run` dont support using new images just by restarting a container. Containers need to be stopped, removed and created again to run on the new image.