diff --git a/Docker-and-Docker-compose.md b/Docker-and-Docker-compose.md new file mode 100644 index 0000000..edf153c --- /dev/null +++ b/Docker-and-Docker-compose.md @@ -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. \ No newline at end of file