Makes headings in documentation consistent

Fixes #10673.

Signed-off-by: Rick Wieman <git@rickw.nl>
Upstream-commit: 63593267619378520a03e8984c5fcf0ec8957537
Component: engine
This commit is contained in:
Rick Wieman
2015-04-21 17:50:09 +02:00
parent 0b0a96ad89
commit 701a9fb9a1
69 changed files with 234 additions and 234 deletions

View File

@ -1,8 +1,8 @@
page_title: Protecting the Docker daemon Socket with HTTPS
page_title: Protecting the Docker daemon socket with HTTPS
page_description: How to setup and run Docker with HTTPS
page_keywords: docker, docs, article, example, https, daemon, tls, ca, certificate
# Protecting the Docker daemon Socket with HTTPS
# Protecting the Docker daemon socket with HTTPS
By default, Docker runs via a non-networked Unix socket. It can also
optionally communicate using a HTTP socket.
@ -193,7 +193,7 @@ location using the environment variable `DOCKER_CERT_PATH`.
$ export DOCKER_CERT_PATH=~/.docker/zone1/
$ docker --tlsverify ps
### Connecting to the Secure Docker port using `curl`
### Connecting to the secure Docker port using `curl`
To use `curl` to make test API requests, you need to use three extra command line
flags: