docker rm

From wikieduonline
Revision as of 14:32, 22 February 2023 by Brave (talk | contribs) (→‎Related command)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

docker rm remove one or more containers.


docker rm CONTAINER_NAME https://docs.docker.com/engine/reference/commandline/rm/

-f force
-v Remove the volumes associated with the container
--link , -l		Remove the specified link


docker rm 71ae176b8b82
71ae176b8b82
docker rm CONTAINER_NAME
CONTAINER_NAME

docker rm CONTAINER_NAME -f -v
docker rm -f $(docker ps -aq)


Related command[edit]

See also[edit]

Advertising: