Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Delete all running and stopped containers

docker container rm -f $(docker ps -aq)
Source by docs.gitlab.com #
 
PREVIOUS NEXT
Tagged: #Delete #running #stopped #containers
ADD COMMENT
Topic
Name
2+9 =