Docker Volume Backup & Restore Scripts
A persistent docker volume retains the data for your container. This can be backed up and restored via scripts
Locate a volume for backup
List your volumes
docker volume ls
I want to back up this one
local opc_postgres_data
You can list th...
mattmulvaney.hashnode.dev3 min read