Files
docker-cli/components/engine/docker
Antonio Murdaca b51b5af287 Fix man and commandline docs
- missing help option in `docs/reference/commandline/*.md` (some files
  have it, the other I fixed didn't)
- missing `[OPTIONS]` in Usage description
- missing options
- formatting
- start/stop idempotence

Signed-off-by: Antonio Murdaca <amurdaca@redhat.com>
Upstream-commit: 14e8898648909379f37049828e103ba1c97f253b
Component: engine
2015-10-04 21:22:27 +02:00
..
2015-09-29 19:43:03 -04:00
2015-10-04 21:22:27 +02:00

docker.go contains Docker's main function.

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