Merge pull request #5874 from timthelion/docs-api-readme

Add readme file for the api directory
This commit is contained in:
Victor Vieux 2014-05-19 10:50:00 -07:00
Родитель 8eef1be29e 3e2b97ef26
Коммит 3fa96c55e3
1 изменённых файлов: 5 добавлений и 0 удалений

5
api/README.md Normal file
Просмотреть файл

@ -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