1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/docker
Marius Sturm e904cbec03 Initialize LogConfig in daemon mode
Signed-off-by: Marius Sturm <marius@graylog.com>
2015-08-15 18:06:03 +02:00
..
client.go
common.go
daemon.go Initialize LogConfig in daemon mode 2015-08-15 18:06:03 +02:00
daemon_linux.go
daemon_none.go
daemon_unix.go Windows: Move daemon config directory 2015-07-30 12:39:19 -07:00
daemon_windows.go Windows: Move daemon config directory 2015-07-30 12:39:19 -07:00
docker.go Remove -h flag from completion and daemon reference 2015-08-11 07:30:58 -07:00
docker_windows.go
flags.go Add test to check if subcommands are sorted 2015-08-07 01:34:21 -07:00
flags_test.go Add test to check if subcommands are sorted 2015-08-07 01:34:21 -07:00
README.md

docker.go contains Docker's main function.

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