mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
471006c02f
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> |
||
---|---|---|
.. | ||
client.go | ||
daemon.go | ||
docker.go | ||
flags.go | ||
log.go | ||
README.md |
docker.go contains Docker's main function.
This file provides first line CLI argument parsing and environment variable setting.