Skip to content

Instantly share code, notes, and snippets.

@rubyon
Last active April 14, 2017 08:40
Show Gist options
  • Save rubyon/88bdbcaa6c65240f099170812a531ab2 to your computer and use it in GitHub Desktop.
Save rubyon/88bdbcaa6c65240f099170812a531ab2 to your computer and use it in GitHub Desktop.
sudo su
vi /var/packages/Docker/etc/dockerd.json
like This
{
"ipv6": true,
"insecure-registries":["rubyon.co.kr:5555"],
"hosts": ["tcp://0.0.0.0:2375", "unix:///var/run/docker.sock"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment