Files
docker-cli/components/engine/api
Michael Crosby 5f73b1bc4e Remove the API container struct and use env
This change touches docker logs, attach, and start -a along with get
exit code in the client.
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
Upstream-commit: 91757eaeb3523679b30afee61c1dede33c8664c9
Component: engine
2014-06-04 15:37:49 -07:00
..
2014-03-31 18:11:53 +00:00
2014-02-25 23:19:44 +00:00

This directory contains code pertaining to the Docker API:

  • Used by the docker client when comunicating with the docker deamon

  • Used by third party tools wishing to interface with the docker deamon