Files
docker-docs/docker
Aanand Prasad 19fb942d36 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>
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.