From 64db00797d8995f639ca29ea0b662ce97d84ef06 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Fri, 13 May 2022 02:17:05 -0400 Subject: [PATCH] Improve help output. --- docker/lmk.devuan-chimaera.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/lmk.devuan-chimaera.sh b/docker/lmk.devuan-chimaera.sh index 6c1a5db..272afa6 100755 --- a/docker/lmk.devuan-chimaera.sh +++ b/docker/lmk.devuan-chimaera.sh @@ -227,8 +227,9 @@ How to use the image: sudo docker rmi $library_image # ^ Remove a docker image (This is necessary after updating the unversioned Docker image to avoid cached RUN commands from doing nothing when the script after RUN changes). - sudo docker image prune + sudo docker image prune --force # ^ Prune unused images (For this to do anything, first delete containers using the image). + # --force: Do not ask for confirmation. sudo docker ps -a # ^ List containers and show NAMES (The name is necessary for certain subcommands such as exec which operate on a running container).