From b175b4dd434f6b16c0966d9c62be3d63cc8238bd Mon Sep 17 00:00:00 2001 From: Timothy Date: Sat, 17 May 2014 17:56:02 +0000 Subject: [PATCH] Add readme for daemon directory See issue #5873 Docker-DCO-1.1-Signed-off-by: Timothy (github: https://github.com/timthelion) --- daemon/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 daemon/README.md 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