Go to file
Guido Diepen 8bfc28ca03 Merge pull request #2 from zgyorffi/fix_final_command
Fix final command
2016-05-09 19:08:12 +02:00
LICENSE.md Update LICENSE.md 2016-05-01 08:07:40 +02:00
README.md Create README.md 2016-05-01 08:16:19 +02:00
docker_clone_volume.sh swap source and destination volume mapping 2016-05-09 18:28:21 +02:00

README.md

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