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 See the general Docker script usage notes. |