Files
docker-cli/components/engine/docker
Aanand Prasad 830a3741c6 Add DOCKER_TLS_VERIFY environment variable, equivalent to --tlsverify flag
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>
Upstream-commit: 19fb942d3609f647adeda68c6ca106371c7b32ac
Component: engine
2014-10-13 11:49:26 +01:00
..
2014-09-26 15:52:08 -07:00
2014-09-26 15:52:08 -07:00

docker.go contains Docker's main function.

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