docker rm

From wikieduonline
Revision as of 14:35, 11 June 2022 by Welcome (talk | contribs)
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


Related command

See also

Advertising: