mirror of https://github.com/docker/docs.git
Merge pull request #594 from dsheets/patch-4
Docked for Mac: Custom host CA certs in stable
This commit is contained in:
commit
d5df4967f9
|
@ -117,7 +117,7 @@ Networking topic.
|
|||
|
||||
### How do I add custom CA certificates?
|
||||
|
||||
Starting with Docker for Mac Beta 27 Release Notes (2016-09-28 1.12.2-rc1-beta27) and follow-on Beta releases, all trusted certificate authorities (CAs) (root or intermediate) are supported. (**Note:** Custom CA certificates are not yet supported on stable releases.)
|
||||
Starting with Docker for Mac Beta 27 and Stable 1.12.3, all trusted certificate authorities (CAs) (root or intermediate) are supported.
|
||||
|
||||
Docker for Mac creates a certificate bundle of all user-trusted CAs based on the Mac Keychain, and appends it to Moby trusted certificates. So if an enterprise SSL certificate is trusted by the user on the host, it will be trusted by Docker for Mac.
|
||||
|
||||
|
@ -156,4 +156,4 @@ consume any resources unless Docker.app connects to it, so it's safe to ignore.
|
|||
|
||||
### Can I pass through a USB device to a container?
|
||||
|
||||
Unfortunately it is not possible to pass through a USB device (or a serial port) to a container. For use cases requiring this, we recommend the use of [Docker Toolbox](/toolbox/overview.md).
|
||||
Unfortunately it is not possible to pass through a USB device (or a serial port) to a container. For use cases requiring this, we recommend the use of [Docker Toolbox](/toolbox/overview.md).
|
||||
|
|
Loading…
Reference in New Issue