1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/docker
Qiang Huang 7cf322dffc daemon: resolve the graphdriver to show
graphdriver is not always specified when the log printed, because
it's provided in another thread. This patch will fix this.

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
2014-10-21 15:00:25 +08:00
..
client.go daemon logging: unifying output and timestamps 2014-09-26 14:44:46 -04:00
daemon.go daemon: resolve the graphdriver to show 2014-10-21 15:00:25 +08:00
docker.go Merge pull request #8588 from dqminh/remove-sslv3 2014-10-17 12:05:48 -04:00
flags.go Add DOCKER_TLS_VERIFY environment variable, equivalent to --tlsverify flag 2014-10-13 11:49:26 +01:00
README.md Add README.md file for the docker directory 2014-05-20 09:04:46 +00:00

docker.go contains Docker's main function.

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