docker_cleanup

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

The related scripts will ensure the ${label_group}=${repository} and ${label_group}=${namespace} labels have been set.

See the general Docker script usage notes.

Usage

$ scripts/docker/docker_cleanup.sh

Prerequisites