moby--moby/docs/sources/examples
O.S.Tezer f87a97f7df Improve code/comment/output markings & display consistency
This PR aims to increase the consistency across the docs for
code blocks and code/comment/output markings.

Rule followed here is "what's visible on the screen should be reflected"

Issue:

 - Docs had various code blocks showing: comments, commands & outputs.
 - All three of these items were inconsistently marked.

Some examples as to how this PR aims to introduce improvements:

1. Removed `> ` from in front of the "outputs". Eg,
`    > REPOSITORY                 TAG       ID              CREATED` replaced with:
`    REPOSITORY                 TAG       ID              CREATED`.

2. Introduced `$` for commands. Eg,
`    sudo chkconfig docker on` replaced with:
`    $ sudo chkconfig docker on`

3. Comments:
`    > # ` replaced with:
`    # `.

> Please note:
> Due to a vast amount of items reviewed and changed for this PR, there
> might be some individually incorrect replacements OR patterns of incorrect
> replacements. This PR needs to be reviewed and if there is anything missing,
> it should be improved or amended.

Closes:
https://github.com/dotcloud/docker/issues/5286

Docker-DCO-1.1-Signed-off-by: O.S. Tezer <ostezer@gmail.com> (github: ostezer)
2014-05-01 17:52:01 +03:00
..
apt-cacher-ng.Dockerfile Update to double-dash everywhere 2014-03-13 11:46:02 -06:00
apt-cacher-ng.md Looking into some broken links, I noticed that we don't need to use 2014-04-24 22:20:04 +10:00
cfengine_process_management.md Improve code/comment/output markings & display consistency 2014-05-01 17:52:01 +03:00
couchdb_data_volumes.md Improve code/comment/output markings & display consistency 2014-05-01 17:52:01 +03:00
example_header.inc Add sudo clause if your using osx or tcp 2014-03-18 17:07:45 -07:00
hello_world.md Improve code/comment/output markings & display consistency 2014-05-01 17:52:01 +03:00
https.md Docs auto-conversion fixes and MD marking and structure improvements. 2014-04-24 22:19:32 +10:00
mongodb.md Improve code/comment/output markings & display consistency 2014-05-01 17:52:01 +03:00
nodejs_web_app.md Improve code/comment/output markings & display consistency 2014-05-01 17:52:01 +03:00
postgresql_service.Dockerfile refactor($hack,$docs): be consistent in apt-key keyserver URI usage, as done in #4740 2014-03-19 10:20:10 +01:00
postgresql_service.md Improve code/comment/output markings & display consistency 2014-05-01 17:52:01 +03:00
python_web_app.md Looking into some broken links, I noticed that we don't need to use 2014-04-24 22:20:04 +10:00
running_redis_service.md Improve code/comment/output markings & display consistency 2014-05-01 17:52:01 +03:00
running_riak_service.md Improve code/comment/output markings & display consistency 2014-05-01 17:52:01 +03:00
running_ssh_service.Dockerfile update the sshd example to use just a Dockerfile 2014-02-14 13:27:58 +10:00
running_ssh_service.md Looking into some broken links, I noticed that we don't need to use 2014-04-24 22:20:04 +10:00
using_supervisord.md Improve code/comment/output markings & display consistency 2014-05-01 17:52:01 +03:00