Created
June 10, 2017 20:03
-
-
Save artisticcheese/6d268fb5ded3892422a483982dfa7bd6 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"group": "Network Service", | |
"graph": "E:\\images", | |
"tlscacert": "C:\\ProgramData\\docker\\certs.d\\rootCA.cer", | |
"tlskey": "C:\\ProgramData\\docker\\certs.d\\privateKey.cer", | |
"hosts": [ | |
"tcp://0.0.0.0:2376", | |
"npipe://" | |
], | |
"tlscert": "C:\\ProgramData\\docker\\certs.d\\serverCert.cer", | |
"tlsverify": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment