Skip to content

Instantly share code, notes, and snippets.

@ipolyzos
Created April 24, 2020 13:19
Show Gist options
  • Save ipolyzos/eccd848334c759d5797d5c076863bff1 to your computer and use it in GitHub Desktop.
Save ipolyzos/eccd848334c759d5797d5c076863bff1 to your computer and use it in GitHub Desktop.
allow to run docker registries in the local network
# /etc/docker/daemon.json
{
"insecure-registries":["172.30.0.0/16"]
}
# following a:
# $ sudo systemctl daemon-reload ; sudo systemctl restart docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment