From 91db902ec9e18ca26f91fbdf82a0a057261217d6 Mon Sep 17 00:00:00 2001 From: mag37 Date: Mon, 23 Jan 2023 14:25:22 +0100 Subject: [PATCH] + alt.ver-docker run. Added section about alternative version for `docker run` --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 139ec21..bb6a432 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,10 @@ 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` +Alternative version for people who use `docker run` and no composes. Consider that this will restart updated containers without taking into account any other containers relying or depending on said container - might need to restart relating containers afterwards. + + ## `dupc_function.sh` Function to quickly check for updates on a single contianer or list of containers by name. **Without the need of pulling**. Preferably placed in `.bashrc` or similar.