On a server I have an environment with different network namespaces that are created with the command sudo ip netns add ns_name
. The physical interfaces of the server get assigned to different namespaces, in the "default" network namespace remains no physical interface.
On startup the docker daemon creates the docker0 bridge in the "default" network namespace. How to tell docker to create the docker0 bridge not in the default one but in one of the ones created by me?