You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I want to run x11docker on RPi4 4GB. I can run xeyes, but command x11docker --desktop --verbose --size 320x240 x11docker/lxde is not working: log file.
What can I do?
The text was updated successfully, but these errors were encountered:
You try to run an amd64 image on an arm architecture host.
Please try arm images instead, or build one yourself. You can take e.g. the Dockerfile of x11docker/lxde and build it on the raspberry.
Alternatively (less performant) you can use QEMU. Compare https://github.com/mviereck/x11docker/wiki/Multiarch-setups-with-QEMU
Hello. I want to run x11docker on RPi4 4GB. I can run
xeyes
, but commandx11docker --desktop --verbose --size 320x240 x11docker/lxde
is not working: log file.What can I do?
The text was updated successfully, but these errors were encountered: