mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
Carry #11675 Aside from what #11675 says, to me a key usecase for this is to support more than one Docker cli running at the same time but each may have its own set of config files. Signed-off-by: Doug Davis <dug@us.ibm.com>
docker.go contains Docker's main function.
This file provides first line CLI argument parsing and environment variable setting.