Skip to content

Instantly share code, notes, and snippets.

@mbentley
Last active December 1, 2017 16:32
Show Gist options
  • Save mbentley/100f2a13a6c8d3719df3e77086d13d10 to your computer and use it in GitHub Desktop.
Save mbentley/100f2a13a6c8d3719df3e77086d13d10 to your computer and use it in GitHub Desktop.
Docker daemon.json insecure registry + nondistributable artifacts
{
"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