SuLingGG / OpenWrt-Docker

Build OpenWrt Docker Images For Raspberry Pi 1~4 (Daily Update)
MIT License
879 stars 168 forks source link

WARNING: The requested image's platform (linux/arm/v8) does not match the detected host platform (linux/arm/v7) and no specific platform was requested #47

Open xinmans opened 2 years ago

xinmans commented 2 years ago

root@raspberrypi:/home/pi# docker run --restart always --name openwrt -d --network macnet --privileged registry.cn-shanghai.aliyuncs.com/suling/openwrt:rpi4 /sbin/init WARNING: The requested image's platform (linux/arm/v8) does not match the detected host platform (linux/arm/v7) and no specific platform was requested a13a9290f3765ffd18bda81ffe99b8ca075f36ca87437c9dc36cabda2c43fcd3 root@raspberrypi:/home/pi# uname -a Linux raspberrypi 5.10.17-v7l+ #1414 SMP Fri Apr 30 13:20:47 BST 2021 armv7l GNU/Linux root@raspberrypi:/home/pi# uname -m armv7l

my raspberrypi 4 can't run the image

SuLingGG commented 2 years ago

See https://github.com/SuLingGG/OpenWrt-Docker/issues/12