Files
Docker-Chevereto/docs/VOLUMES.md
Rodolfo Berrios 9741b487ab typo
2022-10-28 17:28:10 -03:00

18 lines
259 B
Markdown

# Volumes
Manage Docker volumes.
## Volume copy
```sh
make volume-cp VOLUME_FROM=<from_volume> VOLUME_TO=<to_volume>
```
💡 [Restart](DOCKER-COMPOSE.md#restart) containers to see changes.
## Volume remove
```sh
make volume-rm VOLUME=<volume_name>
```