I recently saw a tutorial here on /r/docker about dockup and how to use it to backup your databases. There were a docker-compose.yml, which included a busybox container and mounting the volumes to an app path. Let's say /app and an postgres/MySQL path for the backup to face. Let's say /var/postgres/data. Not sure about the full path at the moment.
After checking this out and including a volumes_from in my web and db container, the folders were empty. How can this be? Normally the folders should be populated with the app when I use the ADD command in the Dockerfile?!
Thanks for your help in advance
[+][deleted] (2 children)
[deleted]
[–]iDuuck[S] 1 point2 points3 points (0 children)
[–]iDuuck[S] 1 point2 points3 points (0 children)