summaryrefslogtreecommitdiff
path: root/api/README.md
diff options
context:
space:
mode:
authorTimothy <timothyhobbs@seznam.cz>2014-05-17 17:37:05 +0000
committerTimothy <timothyhobbs@seznam.cz>2014-05-17 17:37:05 +0000
commit3e2b97ef26467228f6018e19f517ed535e107026 (patch)
treebb4ed3fced8282f40b28208e69cc15dbc4855e4e /api/README.md
parent9405a58e99636f7d21e1442b90d3b4a9fdcac5bb (diff)
downloaddocker-3e2b97ef26467228f6018e19f517ed535e107026.tar.gz
Add readme file for the api directory
See issue #5873 Docker-DCO-1.1-Signed-off-by: Timothy <timothyhobbs@seznam.cz> (github: https://github.com/timthelion)
Diffstat (limited to 'api/README.md')
-rw-r--r--api/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/api/README.md b/api/README.md
new file mode 100644
index 0000000000..3ef33f8c29
--- /dev/null
+++ b/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