Update example CIDRs for bip ranges

This commit is contained in:
Alex Seymour
2019-10-01 13:45:47 -07:00
committed by Denise
parent ebe49130ce
commit 310a6af1a1
@@ -86,7 +86,7 @@ _Available as of v1.4.x_
The docker0 bridge can be configured with docker args, it will take effect after reboot.
```
$ ros config set rancher.docker.bip 192.168.100.1/16
$ ros config set rancher.docker.bip 192.168.0.0/16
```
### Configuring System Docker
@@ -114,7 +114,7 @@ _Available as of v1.4.x_
The docker-sys bridge can be configured with system-docker args, it will take effect after reboot.
```
$ ros config set rancher.system_docker.bip 172.18.43.1/16
$ ros config set rancher.system_docker.bip 172.19.0.0/16
```
_Available as of v1.4.x_