moby--moby/api
Solomon Hykes 44e10433c7 api/container.go: an API-specific representation of a container
This breaks the dependency from the remote API implementation to the
internal representation of a container. Instead it uses its own partial
representation of a container, with only required fields.

* This preserves reverse-compatibility with all past implementations of the remote API.

* This clarifies which fields are guaranteed to be present in a response
	A docker remote api server *may* return more fields in a Container
	object, but their presence and semantics are not guaranteed and should
	not be relied upon by client implementations.

Docker-DCO-1.1-Signed-off-by: Solomon Hykes <solomon@docker.com> (github: shykes)
2014-02-15 23:24:51 +00:00
..
api.go Merge pull request #4128 from vieux/fix_header_content-type_api 2014-02-13 20:29:09 -05:00
api_unit_test.go move api to it's own package 2014-01-29 19:26:54 +00:00
client.go api/container.go: an API-specific representation of a container 2014-02-15 23:24:51 +00:00
container.go api/container.go: an API-specific representation of a container 2014-02-15 23:24:51 +00:00