devplayer0 / docker-net-dhcp

Docker network driver for networking on a host bridge with DHCP-allocated IP addresses
GNU General Public License v3.0
193 stars 55 forks source link

Can not create network #17

Closed siaimes closed 3 years ago

siaimes commented 3 years ago
$ sudo docker network create -d ghcr.io/devplayer0/docker-net-dhcp:release-linux-amd64 --ipam-driver null -o bridge=my-bridge my-dhcp-net
Error response from daemon: NetworkDriver.CreateNetwork: bridge already in use by Docker
devplayer0 commented 3 years ago

Do you already have a network created using the plugin for that bridge? Only one network at a time can use a single bridge.

siaimes commented 3 years ago

Do you already have a network created using the plugin for that bridge? Only one network at a time can use a single bridge.

Thank you for your reply, I get it.