issue in openwrt docker
Closed this issue · 5 comments
8056 commented
haq commented
Are you sure your docker installation is working correctly?
Try running docker run hello-world
.
8056 commented
Are you sure your docker installation is working correctly?
Try running
docker run hello-world
.
When i run hello-world, it is working correctly. Is there any possible that the image can‘t work in armv8 architecture(strawberry pi 3b)?
haq commented
Oh ya, the image is only for x86, it is not built for armv8.
8056 commented
Oh ya, the image is only for x86, it is not built for armv8.
Thank you for answering