From b210d04793b206af5fccb2ac997217a4323e4ce5 Mon Sep 17 00:00:00 2001 From: Will Sargent Date: Mon, 11 Jan 2016 17:45:14 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index a67a5a6..e49bf1d 100644 --- a/README.md +++ b/README.md @@ -279,10 +279,6 @@ Because volumes are isolated filesystems, they are often used to store state fro See [advanced volumes](http://crosbymichael.com/advanced-docker-volumes.html) for more details. Container42 is [also helpful](http://container42.com/2014/11/03/docker-indepth-volumes/). -For an easy way to clean abandoned volumes, see [docker-cleanup-volumes](https://github.com/chadoe/docker-cleanup-volumes). - -As of 1.9, there are [volume specific commands](http://docs.docker.com/engine/reference/commandline/volume_ls/) like create, ls, and rm. (Thus no need for the above script to clean abandoned volumes - see [delete dangling volumes](#delete-dangling-volumes) in the quick reference, below.) - As of 1.3, you can [map MacOS host directories as docker volumes](https://docs.docker.com/userguide/dockervolumes/#mount-a-host-directory-as-a-data-volume) through boot2docker: ```