mirror of https://github.com/docker/docs.git
fix minor formatting in faqs (#17983)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
This commit is contained in:
parent
558399fad0
commit
c21101d762
|
@ -150,9 +150,11 @@ $ security add-trusted-cert -d -r trustRoot -k ~/Library/Keychains/login.keychai
|
||||||
See also, [Directory structures for
|
See also, [Directory structures for
|
||||||
certificates](#directory-structures-for-certificates).
|
certificates](#directory-structures-for-certificates).
|
||||||
|
|
||||||
> **Note**: You need to restart Docker Desktop after making any changes to the
|
> **Note**
|
||||||
> keychain or to the `~/.docker/certs.d` directory in order for the changes to
|
>
|
||||||
> take effect.
|
> You need to restart Docker Desktop after making any changes to the keychain or
|
||||||
|
> to the `~/.docker/certs.d` directory in order for the changes to take effect.
|
||||||
|
|
||||||
For a complete explanation of how to do this, see the blog post [Adding
|
For a complete explanation of how to do this, see the blog post [Adding
|
||||||
Self-signed Registry Certs to Docker & Docker Desktop for
|
Self-signed Registry Certs to Docker & Docker Desktop for
|
||||||
Mac](https://blog.container-solutions.com/adding-self-signed-registry-certs-docker-mac).
|
Mac](https://blog.container-solutions.com/adding-self-signed-registry-certs-docker-mac).
|
||||||
|
@ -167,6 +169,8 @@ When the Docker Desktop application starts, it copies the `~/.docker/certs.d`
|
||||||
folder on your Mac to the `/etc/docker/certs.d` directory on Moby (the Docker
|
folder on your Mac to the `/etc/docker/certs.d` directory on Moby (the Docker
|
||||||
Desktop `xhyve` virtual machine).
|
Desktop `xhyve` virtual machine).
|
||||||
|
|
||||||
|
> **Note**
|
||||||
|
>
|
||||||
> * You need to restart Docker Desktop after making any changes to the keychain
|
> * You need to restart Docker Desktop after making any changes to the keychain
|
||||||
> or to the `~/.docker/certs.d` directory in order for the changes to take
|
> or to the `~/.docker/certs.d` directory in order for the changes to take
|
||||||
> effect.
|
> effect.
|
||||||
|
|
|
@ -126,9 +126,9 @@ For more information on Windows containers, refer to the following documentation
|
||||||
>
|
>
|
||||||
> When you switch to Windows containers, the Settings dialog only shows those tabs that are active and apply to your Windows containers:
|
> When you switch to Windows containers, the Settings dialog only shows those tabs that are active and apply to your Windows containers:
|
||||||
>
|
>
|
||||||
* [General](../settings/windows.md#general)
|
> * [General](../settings/windows.md#general)
|
||||||
* [Proxies](../settings/windows.md#proxies)
|
> * [Proxies](../settings/windows.md#proxies)
|
||||||
* [Daemon](../settings/windows.md#docker-engine)
|
> * [Daemon](../settings/windows.md#docker-engine)
|
||||||
|
|
||||||
If you set proxies or daemon configuration in Windows containers mode, these
|
If you set proxies or daemon configuration in Windows containers mode, these
|
||||||
apply only on Windows containers. If you switch back to Linux containers,
|
apply only on Windows containers. If you switch back to Linux containers,
|
||||||
|
|
Loading…
Reference in New Issue