Docker rm: Difference between revisions
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
==-f, --force== | ==-f, --force== | ||
Force the removal of a running container (uses SIGKILL). |
Revision as of 02:55, 20 November 2017
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).