Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The set docker_bridge command resets the IP address of the current Docker bridge to the IP address that you specify. You can view the IP address of the current Docker bridge by running the show docker_bridge command.

Syntax

set docker_bridge

This command has no arguments.

Example

Infoblox > set docker_bridge
Enter Bridge Gateway/CIDR: 172.17.0.1/16
New Docker Bridge settings:
Bridge Gateway/CIDR:   172.17.0.1/16
Current Docker Bridge settings:
Bridge Gateway/CIDR:   172.16.0.1/16
WARNING: This operation will restart the system to reset the current docker bridge settings.
Do you want to proceed? (y or n):y
Docker bridge settings have been updated.
System will be restarted.

...