Docker rm: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 1: Line 1:
=Internal=
=Internal=


* [[Docker_Client_Operations#Lifecycle|Client Operations]]
* [[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).