Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 350 Bytes

VOLUMES.md

File metadata and controls

17 lines (11 loc) · 350 Bytes

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>