docker/api
Daniel Nephin c4472b389d Move registry.SearchResult types to api/types/registry.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2015-12-15 11:44:20 -05:00
..
client Move registry.SearchResult types to api/types/registry. 2015-12-15 11:44:20 -05:00
fixtures
server Merge pull request #18536 from WeiZhang555/daemon-err 2015-12-15 11:51:47 +01:00
types Move registry.SearchResult types to api/types/registry. 2015-12-15 11:44:20 -05:00
README.md
common.go Fix typos found across repository 2015-12-13 18:04:12 +02: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