From 6374fe2fa3695e657abeef9d84185bed634c5d65 Mon Sep 17 00:00:00 2001 From: Timothy Date: Sat, 17 May 2014 17:37:05 +0000 Subject: [PATCH] Add readme file for the api directory See issue #5873 Docker-DCO-1.1-Signed-off-by: Timothy (github: https://github.com/timthelion) Upstream-commit: 3e2b97ef26467228f6018e19f517ed535e107026 Component: engine --- components/engine/api/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 components/engine/api/README.md diff --git a/components/engine/api/README.md b/components/engine/api/README.md new file mode 100644 index 0000000000..3ef33f8c29 --- /dev/null +++ b/components/engine/api/README.md @@ -0,0 +1,5 @@ +This directory contains code pertaining to the Docker API: + + - Used by the docker client when comunicating with the docker deamon + + - Used by third party tools wishing to interface with the docker deamon