Files
docker-cli/components/engine/docker
Kunal Kushwaha b8b3d17b1b "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>
Upstream-commit: 44da5c3de2c763c4bc42a74051ad7a37adf1f553
Component: engine
2015-09-04 15:34:17 +09:00
..
2015-07-29 21:25:56 +03:00
2015-08-15 18:06:03 +02:00
2015-08-26 13:37:52 -04:00

docker.go contains Docker's main function.

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