From 7a64bf90dffefe78676feb446ef4325215e36095 Mon Sep 17 00:00:00 2001 From: mag37 Date: Wed, 18 Jan 2023 21:07:52 +0100 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 13a53e2..c4300e4 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,23 @@ Running docker (duh) and compose, either standalone or plugin. ___ ## `dockcheck.sh` A script to check all currently running containers if they've got updates without pulling images, list them and give the option to update. +Example: +```bash +$ ./dockcheck.sh +. . . +Containers with updates available: +whoogle-search + +Containers on latest version: +glances +homer + +Do you want to update? y/[n] +y + +#then it proceedes to run pull on every container with updates. + +``` [![asciicast](https://asciinema.org/a/Bt3UXSoDHIRSn0GbvfZmB0tV2.svg)](https://asciinema.org/a/Bt3UXSoDHIRSn0GbvfZmB0tV2)