Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

docker list images and remove them

docker image ls
docker image rm alpine:latest
docker image rm hello-world:latest
docker image pull hello-world:latest
Source by learndocker.online #
 
PREVIOUS NEXT
Tagged: #docker #list #images #remove
ADD COMMENT
Topic
Name
5+6 =