mirror of
https://github.com/chevereto/docker.git
synced 2025-12-16 04:59:45 +01:00
259 B
259 B
Volumes
Manage Docker volumes.
Volume copy
make volume-cp VOLUME_FROM=<from_volume> VOLUME_TO=<to_volume>
💡 Restart containers to see changes.
Volume remove
make volume-rm VOLUME=<volume_name>