$ docker plugin install ghcr.io/devplayer0/docker-net-dhcp:release-linux-amd64 Plugin "ghcr.io/devplayer0/docker-net-dhcp:release-linux-amd64" is requesting the following privileges: - network: [host] - host pid namespace: [true] - mount: [/var/run/docker.sock] - capabilities: [CAP...
docker-net-dhcp is a Docker plugin providing a network driver which allocates IP addresses (IPv4 and optionally IPv6) via an existing DHCP server (e.g. your router). When configured correctly, this allows you to spin up a container (e.g. docker run ... or docker-compose up ...) an...
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 when Docker starts, this plugin appears to hang. This preven...
Description Changed example invocations to use net=host if Pi-hole is to provide DHCP. NET_ADMIN should not be needed at all, but I kept it for DHCP configuration due to claims in current documentation Port 67 need not be forwarded if Pi-hole provides D