From a88fe18c9f77b58e2d97589b2ff1b625e63f2473 Mon Sep 17 00:00:00 2001 From: Guido Diepen Date: Tue, 25 Apr 2017 10:16:40 +0200 Subject: [PATCH] Added information about docker_get_data_volume_info.sh to the README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 6707ce7..b8467ba 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,12 @@ The purpose for this script is that I can easily create a clone of an existing d a new name. This will allow me to create a duplicate of an existing data volume I use in the production environment of my blog for example and take that duplicate to my development version to ensure I have the latest production data also at development + +## docker_get_data_volume_info.sh + +The purpose for this script is that I can easily get a list of details for all data volumes +that are currently present. The information that is provided to the user as output is per +data volume the current size of the data volume and a list of stopped or running containers +that have a link to this data volume, including the image corresponding to the container. +The script allows me to easily see if there are some data volumes on my disk that are taking +up a lot of space and are not needed anymore.