mirror of
https://github.com/docker/docs.git
synced 2026-03-29 15:28:51 +07:00
This makes it possible to make the Docker client "secure by default" without wrapping the binary in a shell alias so that `--tlsverify` is always passed. Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
docker.go contains Docker's main function.
This file provides first line CLI argument parsing and environment variable setting.