docker_cleanup

This script removes all containers, images, networks, and volumes with the label ${label_group}=${repository}, i.e. all project-related Docker artifacts.

The related scripts will ensure the ${label_group}=${repository} label has been set.

See the general Docker script usage notes.

Usage

$ scripts/docker/docker_cleanup.sh

Prerequisites