mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix several typos in the documentation.
This pull request fixes several typos in the documentation. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
parent
0910946dc4
commit
3c6aa163a3
2 changed files with 2 additions and 3 deletions
|
@ -309,8 +309,7 @@ The `ACTIVE` machine, in this case `default`, is the one your environment is poi
|
||||||
![Bad Address](images/bad_host.png)
|
![Bad Address](images/bad_host.png)
|
||||||
|
|
||||||
This didn't work. The reason it doesn't work is your `DOCKER_HOST` address is
|
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
|
not the localhost address (0.0.0.0) but is instead the address of your Docker VM.
|
||||||
your Docker VM.
|
|
||||||
|
|
||||||
5. Get the address of the `default` VM.
|
5. Get the address of the `default` VM.
|
||||||
|
|
||||||
|
|
|
@ -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
|
Docker registries. These signatures allow client-side verification of the
|
||||||
integrity and publisher of specific image tags.
|
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
|
the `DOCKER_CONTENT_TRUST` environment variable. Refer to the
|
||||||
[environment variables](../../reference/commandline/cli.md#environment-variables)
|
[environment variables](../../reference/commandline/cli.md#environment-variables)
|
||||||
and [Notary](../../reference/commandline/cli.md#notary) configuration
|
and [Notary](../../reference/commandline/cli.md#notary) configuration
|
||||||
|
|
Loading…
Reference in a new issue