remove
$ docker system prune --all
WARNING! This will remove:
- all stopped containers
- all networks not used by at least one container
- all dangling images
- all build cache
Are you sure you want to continue? [y/N] y
# prune volume only
$ docker system prune --volumesshow info
[!NOTE|label:see also:]
prune containers
docker rmi
remove via docker image
or
or
docker rmi for keywords
cleanup all image path with
artifactory.sample.com/docker/marslo/or
docker rm
Last updated
Was this helpful?