docker-convenience-scripts
docker-convenience-scripts copied to clipboard
tar is more proper tool for files cloning - it preserves owners, permissions, works better with tons of small files
When using docker_clone_volume.sh, I found that when copying a volume with influxdb data, the clones image was bigger than the original. cause: alpine base image contains a cp version (busybox)...
Docker-compose created named volumes use labels. It may also useful to copy all metadata for a volume copy.
Is there an easy way to adapt the `docker_clone_volume.sh` script to clone across to another server on a local network?
I merely provide one more script + updated readme.
As the scripts are tested with a specific (current) alpine version, a specific version of alpine should imho be used in all the scripts. Furthermore, possible security fixes concerning the...
Adding convenience script that removes untagged images from the local registry. I find myself with a lot of unused and untagged images when I develop new Dockerfiles and I need...
`failed to resize tty, using default size` What is this?
Make scripts executable.
Tried this using rsync and found significant performance increase.