moby--moby/api
David Calavera 06d8f504f7 Move backend types to their own package.
- Remove duplicated structs that we already have in engine-api.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-02-08 12:42:17 -05:00
..
client Add progress bar to docker load 2016-02-05 02:24:23 -05: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

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