We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f30f7e + 26484a2 commit bb51aa5Copy full SHA for bb51aa5
docs/cluster_up_down.md
@@ -59,9 +59,9 @@ a URL to access the management console for your cluster.
59
In RHEL and Fedora, you can create a new firewalld zone to enable this access:
60
- Determine the Docker bridge network container subnet:
61
```
62
- docker network inspect bridge -f "{{range .IPAM.Config }}{{ .Subnet }}{{end}}"
+ docker network inspect -f "{{range .IPAM.Config }}{{ .Subnet }}{{end}}" bridge
63
64
- You will should get a subnet like: ```172.17.0.0/16```
+ You should get a subnet like: ```172.17.0.0/16```
65
66
- Create a new firewalld zone for the subnet and grant it access to the API and DNS ports:
67
0 commit comments