moby--moby/api
Solomon Hykes 49e61f62ce Move "changes" to daemon/changes.go
This is part of an effort to break apart the deprecated server/ package

Docker-DCO-1.1-Signed-off-by: Solomon Hykes <solomon@docker.com> (github: shykes)

Fix issues with renaming changes to container_changes
Docker-DCO-1.1-Signed-off-by: Tibor Vass <teabee89@gmail.com> (github: tiborvass)
2014-08-01 14:24:46 -04:00
..
client Fix .dockerignore when ignoring unreadable dirs 2014-07-31 15:10:56 -07:00
server Move "changes" to daemon/changes.go 2014-08-01 14:24:46 -04:00
MAINTAINERS
README.md Update README.md 2014-07-04 18:21:13 +09:00
api_unit_test.go
common.go Move parsing functions to pkg/parsers and the specific kernel handling 2014-07-29 13:09:10 -07: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