From 451b1352beadf6c91b83e23488efc3731fa84f17 Mon Sep 17 00:00:00 2001 From: Rich Morin Date: Sun, 29 Apr 2018 13:29:05 -0700 Subject: [PATCH] fixed dangling modifier --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6a731f..60030c8 100644 --- a/README.md +++ b/README.md @@ -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