mirror of
https://github.com/chevereto/docker.git
synced 2026-01-23 07:32:05 +01:00
350 B
350 B
Volumes
Manage Docker volumes. Refer to PERSISTENT to learn more about volume storage and permissions.
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>