mirror of
https://github.com/docker/docs.git
synced 2026-03-29 23:38:56 +07:00
14 lines
266 B
ReStructuredText
14 lines
266 B
ReStructuredText
:title: Rm Command
|
|
:description: Remove a container
|
|
:keywords: remove, container, docker, documentation, rm
|
|
|
|
============================
|
|
``rm`` -- Remove a container
|
|
============================
|
|
|
|
::
|
|
|
|
Usage: docker rm [OPTIONS] CONTAINER
|
|
|
|
Remove a container
|