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

Add support for non-amd64 platforms #13

Closed devplayer0 closed 3 years ago

devplayer0 commented 3 years ago

Currently the only image for this plugin is amd64-based. It would be nice if other architectures (e.g. armv7h, aarch64) were supported. This might be slightly awkward to automate given the general weirdness around Docker plugin images.