Last active
December 1, 2017 16:32
-
-
Save mbentley/100f2a13a6c8d3719df3e77086d13d10 to your computer and use it in GitHub Desktop.
Docker daemon.json insecure registry + nondistributable artifacts
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
{ | |
"insecure-registry": [ | |
"dtr.example.com" | |
], | |
"allow-nondistributable-artifacts": [ | |
"dtr.example.com" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment