mirror of
https://github.com/docker/docs.git
synced 2026-03-28 23:08:49 +07:00
These commands now all output the same thing: - docker - docker help - docker --help - docker -h Signed-off-by: Ben Firshman <ben@firshman.co.uk>
docker.go contains Docker's main function.
This file provides first line CLI argument parsing and environment variable setting.