mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
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>
docker.go contains Docker's main function.
This file provides first line CLI argument parsing and environment variable setting.