moby--moby/api
Vincent Demeester fc6122a947 Move validateContextDirectory to builder package.
This feels like it's where it belongs and it makes it exported
again (which is needed for libcompose that was using it before 1.10).

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-02-09 22:19:09 +01:00
..
client Move validateContextDirectory to builder package. 2016-02-09 22:19:09 +01:00
fixtures
server Move backend types to their own package. 2016-02-08 12:42:17 -05:00
types/backend Move backend types to their own package. 2016-02-08 12:42:17 -05:00
README.md
common.go Bump API Version to v1.23 2016-01-15 10:44:02 -05:00
common_test.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05: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