moby--moby/api
Anusha Ragunathan 5190794f1d Use ImageBuildOptions in builder.
dockerfile.Config is almost redundant with ImageBuildOptions.
Unify the two so that the latter can be removed. This also
helps build's API endpoint code to be less dependent on package
dockerfile.

Signed-off-by: Anusha Ragunathan <anusha@docker.com>
2016-01-05 10:09:34 -08:00
..
client Use ImageBuildOptions in builder. 2016-01-05 10:09:34 -08:00
fixtures Add more unit tests (thus coverage) to pkg api 2015-08-04 19:51:02 +02:00
server Use ImageBuildOptions in builder. 2016-01-05 10:09:34 -08:00
types Use ImageBuildOptions in builder. 2016-01-05 10:09:34 -08:00
README.md Update README.md 2014-07-04 18:21:13 +09:00
common.go Use constant instead of "scratch" 2015-12-31 06:21:56 -08:00
common_test.go Replace pkg/units with docker/go-units. 2015-12-16 12:26:49 -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