From 9ff6d519ae2c870531f02876ce6824e775ec5b4e Mon Sep 17 00:00:00 2001 From: Will King Date: Fri, 11 Feb 2022 19:04:24 -0800 Subject: [PATCH] Add 'Docker and Docker compose' --- Docker-and-Docker-compose.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Docker-and-Docker-compose.md 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