docker_remove

This script will remove the ${container_name} container and any unnamed volumes associated with it, i.e., the project’s container and volumes.

The container will be stopped before removal.

The network named ${repository} will be removed as well.

See the general Docker script usage notes.

Usage

$ scripts/docker/docker_remove.sh

Prerequisites