Skip to content

Commit 74121fa

Browse files
authored
Merge pull request #12929 from firdausramlan/insecure-registries-daemon-json
cluster up: add insecure-registries in daemon.json
2 parents 883e926 + 51c1cb6 commit 74121fa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/cluster_up_down.md

+8
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ a URL to access the management console for your cluster.
5252
```
5353
INSECURE_REGISTRY='--insecure-registry 172.30.0.0/16'
5454
```
55+
or edit the `/etc/docker/daemon.json` file and add the following:
56+
```json
57+
{
58+
"insecure-registries": [
59+
"172.30.0.0/16"
60+
]
61+
}
62+
```
5563
5664
- After editing the config, restart the Docker daemon.
5765
```

0 commit comments

Comments
 (0)