Files
docker-cli/components/engine/docker
Aleksa Sarai b1684f92ee pkg: listeners: move Docker-specific semantics to docker/daemon*
Since there are other users of pkg/listeners, it doesn't make sense to
contain Docker-specific semantics and warnings inside it. To that end,
move the scary warning about -tlsverify and the libnetwork port
allocation code to CmdDaemon (where they belong). This helps massively
reduce the dependency tree for users of pkg/listeners.

Signed-off-by: Aleksa Sarai <asarai@suse.de>
Upstream-commit: 5ee0a94101c30a4ac22379fdab50c0faad2d12c9
Component: engine
2016-04-12 12:50:43 +10:00
..
2016-02-01 14:36:40 -05:00
2015-11-05 17:09:57 -05:00
2016-03-31 11:24:12 -07:00
2015-10-08 08:46:21 -04:00

docker.go contains Docker's main function.

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