docs/api
Alexander Morozov 3b13e56fd7 Merge pull request #13000 from runcom/refactor-server-to-use-daemon-service-followup
Refactor server to use the daemon as a service
2015-05-12 10:27:43 -07:00
..
client Add --since argument to docker logs cmd 2015-05-10 20:42:14 +00:00
server Merge pull request #13000 from runcom/refactor-server-to-use-daemon-service-followup 2015-05-12 10:27:43 -07:00
types add cpu.cfs_period_us support 2015-05-09 10:02:46 +08:00
README.md Update README.md 2014-07-04 18:21:13 +09:00
api_unit_test.go fix tests 2014-03-31 18:11:53 +00:00
common.go Windows: mkdirall volume path aware 2015-04-30 11:59:42 -07:00

README.md

This directory contains code pertaining to the Docker API:

  • Used by the docker client when communicating with the docker daemon

  • Used by third party tools wishing to interface with the docker daemon