from small one page howto to huge articles all in one place
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
DOCKER
Section: Docker User Manuals (1) Updated: Jun 2025 Index
Return to Main Contents
NAME
docke-rm- Remove one or more containers
SYNOPSIS
docker rm [OPTIONS] CONTAINER [CONTAINER...]
DESCRIPTION
Alias for docker container rm.
OPTIONS
-f, -force[=false]
Force the removal of a running container (uses SIGKILL)
-l, -link[=false]
Remove the specified link
-v, -volumes[=false]
Remove anonymous volumes associated with the container
SEE ALSO
docker(1)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- OPTIONS
-
- SEE ALSO
-
|