Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x11docker is not working on Raspberry Pi 4 #308

Closed
sotnikov-link opened this issue Nov 29, 2020 · 3 comments
Closed

x11docker is not working on Raspberry Pi 4 #308

sotnikov-link opened this issue Nov 29, 2020 · 3 comments
Labels

Comments

@sotnikov-link
Copy link

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?

@mviereck
Copy link
Owner

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

@sotnikov-link
Copy link
Author

sotnikov-link commented Nov 29, 2020

Thank you!

It works: https://youtu.be/sCwNRhYtuSw

Commands from video

wget https://raw.githubusercontent.com/mviereck/dockerfile-x11docker-lxde/master/Dockerfile
cat Dockerfile
docker build -t lxde .
x11docker --desktop lxde

@umarcor
Copy link

umarcor commented Nov 30, 2020

FTR, using QEMU for running amd64 on RPi4 might have time/date issues: dbhi/qus#6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants