-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
your setup is the closes i want to get for not wanting to touch my router as my dhcp server. but i get this error from running this. Any tips?
root@ubuntu:/home/ubuntu# docker run --net=host --cap-add=NET_ADMIN -e DHCP_RANGE_START=192.168.1.1 samdbmg/dhcp-netboot.xyz
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
exec /init: exec format error
root@ubuntu:/home/ubuntu# docker run --platform linux/amd64 --net=host --cap-add=NET_ADMIN -e DHCP_RANGE_START=192.168.1.1 samdbmg/dhcp-netboot.xyz
exec /init: exec format error
Metadata
Metadata
Assignees
Labels
No labels