Files
docker-cli/components/engine/docker
DiuDiugirl 193affd9cc Fix a minor typo
Docker inspect can also be used on images, this patch fixed the
minor typo in file docker/flags.go and docs/man/docker.1.md

Signed-off-by:  DiuDiugirl <sophia.wang@pku.edu.cn>
Upstream-commit: 471006c02f03d9451721dfbd7e3d62f0db0fc7c7
Component: engine
2015-01-24 15:08:33 +08:00
..
2014-10-24 13:03:46 -07:00
2015-01-22 11:22:31 -08:00
2015-01-21 16:28:19 -08:00
2015-01-24 15:08:33 +08:00
2014-11-15 09:00:48 -08:00

docker.go contains Docker's main function.

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