diff --git a/daemon/README.md b/daemon/README.md new file mode 100644 index 0000000000..64bfcb55ee --- /dev/null +++ b/daemon/README.md @@ -0,0 +1,10 @@ +This directory contains code pertaining to running containers and storing images + +Code pertaining to running containers: + + - execdriver + - networkdriver + +Code pertaining to storing images: + + - graphdriver