moby--moby/docker
Ankush Agarwal 4d212f7853 Add test to check if subcommands are sorted
Signed-off-by: Ankush Agarwal <ankushagarwal11@gmail.com>
2015-08-07 01:34:21 -07:00
..
README.md
client.go
common.go
daemon.go Remove key file when migration fails. 2015-08-03 15:29:54 -07: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 Add test to check if subcommands are sorted 2015-08-07 01:34:21 -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.