Created
October 23, 2017 14:35
-
-
Save dontpaniclabsgists/3e7cdd943bb95a88d959740aa1d24eaa to your computer and use it in GitHub Desktop.
securing_docker_13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"hosts": ["tcp://0.0.0.0:2376", "npipe://"], | |
"tlsverify": true, | |
"tlscacert": "C:\\ProgramData\\docker\\certs.d\\ca.pem", | |
"tlscert": "C:\\ProgramData\\docker\\certs.d\\server-cert.pem", | |
"tlskey": "C:\\ProgramData\\docker\\certs.d\\server-key.pem" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment