Merge pull request #156 from RichMorin/patch-1

fixed dangling modifier
This commit is contained in:
Will Sargent 2018-04-30 10:11:27 -07:00 committed by GitHub
commit 6089637461
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -221,7 +221,7 @@ Images are just [templates for docker containers](https://docs.docker.com/engine
### Cleaning up
While you can use the `docker rmi` command to remove specific images, there's a tool called [docker-gc](https://github.com/spotify/docker-gc) that will clean up images that are no longer used by any containers in a safe manner.
While you can use the `docker rmi` command to remove specific images, there's a tool called [docker-gc](https://github.com/spotify/docker-gc) that will safely clean up images that are no longer used by any containers.
### Load/Save image