Simple shell shortcuts scripts for stopping and removing docker containers/images on Linux. Scripts use sudo command, so be AWARE.
./create-shourtcuts-symlinks.sh
-
Stop all existing containers
dsac
-
Remove all existing containers
drac
-
Remove all existing images
drai
-
Stop and remove all existing containers and images
dra
-
Remove one container and image by name (Assuming container name and image name are the same.)
dro my_image_name