From 310a6af1a1c9a2f5b24c8e78c6f15d006fec831a Mon Sep 17 00:00:00 2001 From: Alex Seymour <9771530+axeal@users.noreply.github.com> Date: Thu, 26 Sep 2019 11:22:54 +0200 Subject: [PATCH] Update example CIDRs for bip ranges --- .../os/v1.x/en/installation/configuration/docker/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/os/v1.x/en/installation/configuration/docker/_index.md b/content/os/v1.x/en/installation/configuration/docker/_index.md index 0383552f91a..a7d3843fbad 100644 --- a/content/os/v1.x/en/installation/configuration/docker/_index.md +++ b/content/os/v1.x/en/installation/configuration/docker/_index.md @@ -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_