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 --volumes

prune containers

docker rmi

docker rmi for keywords

  • cleanup all image path with artifactory.sample.com/docker/marslo/

    • or

docker rm

Last updated

Was this helpful?