Add 'Docker and Docker compose'
parent
2d9ca29b1d
commit
9ff6d519ae
@ -0,0 +1,7 @@
|
||||
Just writing down some helpful resources
|
||||
|
||||
Data Volumes
|
||||
|
||||
Moving data to a container uses the [docker cp command](https://stackoverflow.com/questions/37468788/what-is-the-right-way-to-add-data-to-an-existing-named-volume-in-docker). 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.
|
||||
Loading…
Reference in New Issue