Docker rm: Difference between revisions

From NovaOrdis Knowledge Base
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).