Files
Docker-Chevereto/docs/VOLUMES.md
Rodolfo Berrios aa3b3c0dfd doc update
2022-10-16 11:24:28 -03:00

189 B

Volumes

Manage Docker volumes.

Volume copy

make volume-cp VOLUME_FROM=<from_volume> VOLUME_TO=<to_volume>

Volume remove

make volume-rm VOLUME=<volume_name>