Override prettyPrint's colour choice (red) for strings in quotes.

I've moved the docs.css to last so it can tweak any existing css, and
then set that to the same grey colour used for 'normal' text.

While testing I found and fixed an over-zealous line wrap.

Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@docker.com> (github: SvenDowideit)
This commit is contained in:
Sven Dowideit 2014-09-11 15:54:03 +10:00 committed by Tibor Vass
parent f0b5f2601f
commit b7cb370393
1 changed files with 2 additions and 2 deletions

View File

@ -208,8 +208,8 @@ When a single Dockerfile is given as `URL` or is piped through `STDIN`
(`docker build - < Dockerfile`), then no context is set. (`docker build - < Dockerfile`), then no context is set.
When a Git repository is set as `URL`, then the repository is used as When a Git repository is set as `URL`, then the repository is used as
the context. The Git repository is cloned with its submodules (`git the context. The Git repository is cloned with its submodules
clone -recursive`). A fresh `git clone` occurs in a temporary directory (`git clone -recursive`). A fresh `git clone` occurs in a temporary directory
on your local host, and then this is sent to the Docker daemon as the on your local host, and then this is sent to the Docker daemon as the
context. This way, your local user credentials and VPN's etc can be context. This way, your local user credentials and VPN's etc can be
used to access private repositories. used to access private repositories.