formatting

This commit is contained in:
mag37
2023-01-30 14:21:57 +01:00
committed by GitHub
parent acb3dabb9b
commit 3ab5e0d5f7
+2 -1
View File
@@ -73,7 +73,8 @@ No updates installed, exiting
- ~~No granular choice of what to update (except initial name filter).~~ - ~~No granular choice of what to update (except initial name filter).~~
- No detailed error feedback (just skip + list what's skipped) . - 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. Alternative version for people who use `docker run` and no composes.
`docker run` dont support using new images just by restarting a container. `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. Containers need to be stopped, removed and created again to run on the new image.