Files
docker-docs/docker
Aleksa Sarai 5ee0a94101 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>
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.