Files
docker-cli/components/engine/daemon
Doug Davis 013dbb146f 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>
Upstream-commit: 2203b37733e76d653cfe3b0ec5870786076adce7
Component: engine
2015-02-04 07:59:16 -08:00
..
2015-01-22 07:06:46 +00:00
2015-01-23 14:00:15 -08:00
2015-01-14 02:03:25 +02:00
2014-08-01 14:24:46 -04:00
2015-02-04 07:59:16 -08:00
2014-08-01 14:24:41 -04:00
2014-10-24 15:11:48 -07:00
2015-01-20 20:21:46 -08:00
2014-08-06 10:08:19 +00:00
2015-01-08 20:14:58 +00:00
2014-12-23 22:03:20 +00:00
2014-08-06 10:08:19 +00:00
2014-10-30 22:24:57 +02:00
2015-01-29 14:50:42 -08:00
2014-08-06 10:08:19 +00:00
2014-05-17 17:56:02 +00:00
2014-08-06 10:08:19 +00:00
2015-01-21 14:25:35 -05:00
2014-11-08 00:14:08 +00:00
2014-09-03 00:01:11 +04:00
2014-09-03 00:01:11 +04:00
2015-01-20 15:54:56 -05:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver