moby--moby/docker
DiuDiugirl 471006c02f 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>
2015-01-24 15:08:33 +08:00
..
README.md Add README.md file for the docker directory 2014-05-20 09:04:46 +00:00
client.go Client should use go log package. 2014-10-24 13:03:46 -07:00
daemon.go Fix nits and defers 2015-01-22 11:22:31 -08:00
docker.go Fix daemon key file location 2015-01-21 16:28:19 -08:00
flags.go Fix a minor typo 2015-01-24 15:08:33 +08:00
log.go Add --log-level support 2014-11-15 09:00:48 -08:00

README.md

docker.go contains Docker's main function.

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