moby--moby/api
Michael Crosby 4b173199fd Exit cli when all containers when no more containers to monitor
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2015-01-21 08:55:23 -08:00
..
client Exit cli when all containers when no more containers to monitor 2015-01-21 08:55:23 -08:00
server Implement container stats collection in daemon 2015-01-20 20:21:46 -08:00
stats Add pubsub package to handle robust publisher 2015-01-20 20:21:46 -08:00
MAINTAINERS
README.md
api_unit_test.go
common.go Allow for Dockerfile to be named something else. 2015-01-06 16:33:26 -08: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