mirror of
https://github.com/chevereto/docker.git
synced 2025-12-16 13:09:47 +01:00
18 lines
259 B
Markdown
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>
|
|
```
|