docker-net-dhcp
docker-net-dhcp copied to clipboard
Docker network driver for networking on a host bridge with DHCP-allocated IP addresses
Thanks for this project - it is great. I have noticed a small problem however: When a container uses this plugin, and its restart policy makes the container start automatically...
``` docker network create -d ghcr.io/devplayer0/docker-net-dhcp:release-linux-amd64 --ipam-driver null -o bridge=br0 -o ipv6=true --subnet 2602:fe43:f00:fc91:xxxx:xxxx:xxxx:xxxx/64 external_ipv6 ``` ``` br0: flags=4163 mtu 1500 inet 192.168.1.5 netmask 255.255.0.0 broadcast 192.168.255.255 inet6 fe80::3e4a:92ff:fef5:bc08 prefixlen...
I have performed the setup as suggested in "Network creation" as well as creating the network. After container creation, things seem to work perfectly, but after a while, I lose...
When I run a container with this plugin, the interface is exposed inside the container with an apparently random name. Can I specify such a name?
Fresh os & docker installation on RPI . My executed commands are: ``` docker plugin install ghcr.io/devplayer0/docker-net-dhcp:latest-linux-arm-v7 sudo ip link add my-bridge type bridge sudo ip link set my-bridge up...
I have an odd issue. Using this container with --net=host works fine, but when I try to launch the plexinc/pms-docker image, it fails to start properly because no DNS is...
b605@b605-HP-Z8-G4:~$ sudo ip link set eno1 master neu-bridge RTNETLINK answers: Device or resource busy and my config of network: docker0: flags=4163 mtu 1500 inet 172.17.0.1 netmask 255.255.0.0 broadcast 172.17.255.255 inet6...
Hi @devplayer0 ! How is going with the `golang` version? Is the `golang` branch ready to run? I am currently doing an experiment on my wireless bandwidth allocation system, and...
Fresh git clone of project make install docker network create -d devplayer0/net-dhcp:latest --ipam-driver=null -o bridge=br0 test-net returns: Error response from daemon: NetworkDriver.CreateNetwork: 172.20.0.1/16 has host bits set The address is...