mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
ae9bd580af
I also needed to add a mflag.IsSet() function that allows you to check to see if a certain flag was actually specified on the cmd line. Per #9221 - also tweaked the docs to fix a typo. Closes #9221 Signed-off-by: Doug Davis <dug@us.ibm.com> |
||
---|---|---|
.. | ||
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.