I am curious if it is possible to rename "docker0" virtual bridge name to something else. Where does the Docker engine get "docker0" name from?
Asked
Active
Viewed 2,161 times
1 Answers
4
You can create a new bridge with any name you want, lets sat bridge0. Then you can set DOCKER_OPTS="-b=bridge0" and start the docker daemon. Put the DOCKER_OPTS in /etc/default/docker
For more info an details, check this link https://docs.docker.com/engine/userguide/networking/default_network/build-bridges/

Alex
- 156
- 2
- 5