SYNOPSIS
container remove [OPTIONS]
DESCRIPTION
The container remove command removes a container.
OPTIONS
The following container options are available:
-n, --name=NAME
- Specify container name.
-f, --force
- Do not prompt before removal.
EXAMPLES
Remove example.net container from the system:
- sudo container remove -n example.net
Remove example.net container from the system without prompt:
- sudo container remove -n example.net -f
HOMEPAGE
More information about container-tools and the Open Infrastructure project can be found on the homepage at https://open-infrastructure.net.
BUGS
Bugs can be reported by sending a bug report to the Debian Bug Tracking System at https://bugs.debian.org.