docker image prune all system code example
Example 1: prune volume docker
$ docker volume prune
WARNING! This will remove all volumes not used by at least one container.
Are you sure you want to continue? [y/N] y
Example 2: docker dangling images
docker images -f dangling=true