Docker rm: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[Docker_Client_Operations#Lifecycle | * [[Docker_Client_Operations#Remove_a_Container|Container Lifecycle Operations]] | ||
=Overview= | =Overview= |
Revision as of 19:29, 4 December 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).