Skip to content

Commit

Permalink
Merge pull request #12929 from firdausramlan/insecure-registries-daem…
Browse files Browse the repository at this point in the history
…on-json

cluster up: add insecure-registries in daemon.json
  • Loading branch information
bparees committed Jul 24, 2017
2 parents 883e926 + 51c1cb6 commit 74121fa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/cluster_up_down.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ a URL to access the management console for your cluster.
```
INSECURE_REGISTRY='--insecure-registry 172.30.0.0/16'
```
or edit the `/etc/docker/daemon.json` file and add the following:
```json
{
"insecure-registries": [
"172.30.0.0/16"
]
}
```

- After editing the config, restart the Docker daemon.
```
Expand Down

0 comments on commit 74121fa

Please sign in to comment.