From 0744932730cdfe35668d73786c5e5e000a609014 Mon Sep 17 00:00:00 2001 From: Guido Diepen Date: Sun, 1 May 2016 08:16:19 +0200 Subject: [PATCH] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6707ce7 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# docker-convenience-scripts + +This repository will contain different convenience scripts for docker I have gathered over time. + +## docker_clone_volume.sh + +The purpose for this script is that I can easily create a clone of an existing docker data with +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