moby--moby/docker
Michael Crosby 03d3d79b2b Remove jobs from registry.Service
This makes `registry.Service` a first class type and does not use jobs
to interact with this type.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2015-03-31 16:38:04 -07:00
..
README.md Add README.md file for the docker directory 2014-05-20 09:04:46 +00:00
client.go Client should use go log package. 2014-10-24 13:03:46 -07:00
daemon.go Remove jobs from registry.Service 2015-03-31 16:38:04 -07:00
docker.go Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00
flags.go Shorten help messages for docker cmd flags 2015-02-18 22:52:33 -08:00
log.go Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00

README.md

docker.go contains Docker's main function.

This file provides first line CLI argument parsing and environment variable setting.