1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/docker
Kunal Kushwaha 44da5c3de2 "docker network" missing from docker --help
Fixed issues related to network subcommand tests
- "network" in exempted list of short help check
- Condition for exact test modified to meet experimental commands
- Sorting of commands done in flags_experimental

Signed-off-by: Kunal Kushwaha <kunal.kushwaha@gmail.com>
2015-09-04 15:34:17 +09: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 fix golint warnings/errors on pkg/system and pkg/stdcopy 2015-08-13 18:47:13 +08:00
daemon_windows.go
docker.go Remove -h flag from completion and daemon reference 2015-08-11 07:30:58 -07:00
docker_windows.go
flags.go Add volume API/CLI 2015-08-26 13:37:52 -04:00
flags_experimental.go "docker network" missing from docker --help 2015-09-04 15:34:17 +09: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.