fixed dangling modifier

This commit is contained in:
Rich Morin 2018-04-29 13:29:05 -07:00 committed by GitHub
parent 4b3780e322
commit 451b1352be
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 ### 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 ### Load/Save image