Docker rm
Jump to navigation
Jump to search
Internal
Overview
docker rm <options> <container-id>
A running container cannot be removed unless -f is used.
Options
-f, --force
Force the removal of a running container (uses SIGKILL).