moby--moby/docs/sources
Jesse Dubay d14c162fd6 Use box-drawing characters in `docker images -tree`
This makes the output of `docker images -tree` look a little prettier.
Previously it displayed a combination of box-drawing characters and pipe
characters, so the lines didn't quite connect...

Before:

    └─aceb1e132fe5 Size: 487 MB (virtual 1.728 GB)
      |─c5480c55e00a Size: 44.89 MB (virtual 1.773 GB)
      | └─96c21b5e3c80 Size: 17.25 kB (virtual 1.773 GB)
      |   └─58f3f2293512 Size: 8.191 MB (virtual 1.782 GB)

After:

    └─aceb1e132fe5 Size: 487 MB (virtual 1.728 GB)
      ├─c5480c55e00a Size: 44.89 MB (virtual 1.773 GB)
      │ └─96c21b5e3c80 Size: 17.25 kB (virtual 1.773 GB)
      │   └─58f3f2293512 Size: 8.191 MB (virtual 1.782 GB)
2013-12-18 22:30:21 -08:00
..
api Update docker_remote_api.rst to reflect that the latest remote API version is 1.8 2013-12-17 11:48:21 -08:00
commandline Use box-drawing characters in `docker images -tree` 2013-12-18 22:30:21 -08:00
contributing Fix minor sphinx warning 2013-12-17 10:38:55 -07:00
examples Merge branch 'pgdoc' of github.com:jamtur01/docker into 2971-cleanconflicts 2013-12-04 18:25:58 -08:00
installation Merge pull request #3228 from maztaim/patch-1 2013-12-17 13:10:08 -08:00
static_files Clean up build warnings. Remove redundant files. 2013-10-17 17:57:01 -07:00
terms make all image ID and container ID API responses use the Long ID (Closes #2098) 2013-11-09 12:16:49 +10:00
use Minor spelling fix 2013-12-12 01:09:24 -05:00
conf.py Switch sphinx man_pages generation to use commandline/cli instead of toctree for a more relevant/useful man page 2013-11-19 10:10:42 -07:00
faq.rst Information about data persistence 2013-09-16 16:44:54 -07:00
index.rst Updated Introduction link 2013-12-15 03:13:41 -05:00
toctree.rst Changes to a new style for the docs. Includes version switcher. 2013-09-27 19:54:52 -07:00