From 3c6aa163a3fd04c344a2072ab379f0778734b269 Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Thu, 17 Mar 2016 18:27:56 +0000 Subject: [PATCH] Fix several typos in the documentation. This pull request fixes several typos in the documentation. Signed-off-by: Yong Tang --- docs/installation/mac.md | 3 +-- docs/security/trust/content_trust.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/installation/mac.md b/docs/installation/mac.md index 3d520b378..3efb2f2ae 100644 --- a/docs/installation/mac.md +++ b/docs/installation/mac.md @@ -309,8 +309,7 @@ The `ACTIVE` machine, in this case `default`, is the one your environment is poi ![Bad Address](images/bad_host.png) This didn't work. The reason it doesn't work is your `DOCKER_HOST` address is - not the localhost address (0.0.0.0) but is instead the address of the - your Docker VM. + not the localhost address (0.0.0.0) but is instead the address of your Docker VM. 5. Get the address of the `default` VM. diff --git a/docs/security/trust/content_trust.md b/docs/security/trust/content_trust.md index e183d1754..9984e1a16 100644 --- a/docs/security/trust/content_trust.md +++ b/docs/security/trust/content_trust.md @@ -30,7 +30,7 @@ ability to use digital signatures for data sent to and received from remote Docker registries. These signatures allow client-side verification of the integrity and publisher of specific image tags. -Currently, content trust is disabled by default. You must enabled it by setting +Currently, content trust is disabled by default. You must enable it by setting the `DOCKER_CONTENT_TRUST` environment variable. Refer to the [environment variables](../../reference/commandline/cli.md#environment-variables) and [Notary](../../reference/commandline/cli.md#notary) configuration