moby--moby/docker
Doug Davis 2203b37733 Pretty the help text
This modifies the "docker help" text so that it is no wider than 80 chars
and each description fits on one line. This will also try to use ~ when
possible

Added a test to make sure we don't go over 80 chars again.
Added a test to make sure we use ~

Applied rules/tests to all docker commands - not just main help text

Closes #10214

Signed-off-by: Doug Davis <dug@us.ibm.com>
2015-02-04 07:59:16 -08:00
..
README.md Add README.md file for the docker directory 2014-05-20 09:04:46 +00:00
client.go Client should use go log package. 2014-10-24 13:03:46 -07:00
daemon.go Fix nits and defers 2015-01-22 11:22:31 -08:00
docker.go Defer creation of trust key file until needed 2015-01-29 13:46:12 -08:00
flags.go Pretty the help text 2015-02-04 07:59:16 -08:00
log.go Add --log-level support 2014-11-15 09:00:48 -08:00

README.md

docker.go contains Docker's main function.

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