In order to remove dangling images, you need to issue the following command:
`docker image prune`
By default this command removes only dangling images.
### See also
1. [[What is Dangling Image?]]
### Reference
1. [Docker Website](https://docs.docker.com/engine/manage-resources/pruning/#prune-images)