1
Docker and Docker compose
Will King edited this page 4 years ago
Just writing down some helpful resources
Data Volumes
Moving data to a container uses the docker cp command. I should look up the actual documentation here.
named Data volumes are managed by docker compose automatically. They can be created, removed etc using docker.