Files
Docker-Chevereto/docs/VOLUMES.md

18 lines
259 B
Markdown
Raw Normal View History

2022-10-16 11:24:28 -03:00
# Volumes
Manage Docker volumes.
## Volume copy
```sh
make volume-cp VOLUME_FROM=<from_volume> VOLUME_TO=<to_volume>
```
2022-10-28 17:28:10 -03:00
💡 [Restart](DOCKER-COMPOSE.md#restart) containers to see changes.
2022-10-16 11:24:28 -03:00
## Volume remove
```sh
make volume-rm VOLUME=<volume_name>
```