Build your own bridge (Engine)
Build your own bridge
This section explains how to build your own bridge to replace the Docker default bridge. This is a bridge
network named bridge
created automatically when you install Docker.
Note: The Docker networks feature allows you to create user-defined networks in addition to the default bridge network.
You can set up your own bridge before starting Docker and use -b BRIDGE
or --bridge=BRIDGE
to tell Docker to use your bridge instead. If you already have Docker up and running with its default docker0
still configured, you can directly create your bridge and restart Docker with it or want to begin by stopping the service and removing the interface:
# Stopping Docker and removing docker0 $ sudo service docker stop $ sudo ip link set de