Docker
CategoryDocker: delete all images
This command deletes all docker images.
Docker: delete all dangling volumes
When you have not removed a data volume container with docker rm -v this data volume container is still there as a dangling volume and re…
Docker: delete all stopped containers
This command deletes all stopped docker containers. Caution! This command will fail when trying to delete still-running containers.
…
Docker: stop all containers
This command stops all docker containers.