x11docker is聽not聽working on聽Raspberry Pi聽4

Created on 29 Nov 2020  路  3Comments  路  Source: mviereck/x11docker

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?

question

All 3 comments

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

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

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sandrokeil picture sandrokeil  路  5Comments

alxlg picture alxlg  路  9Comments

eine picture eine  路  6Comments

pahansen95 picture pahansen95  路  7Comments

mwoodpatrick picture mwoodpatrick  路  9Comments