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

Not able to start container on raspberry pi 2 B #18

Open
mcgyver83 opened this issue Feb 10, 2024 · 0 comments
Open

Not able to start container on raspberry pi 2 B #18

mcgyver83 opened this issue Feb 10, 2024 · 0 comments

Comments

@mcgyver83
Copy link

mcgyver83 commented Feb 10, 2024

I'm starting my container on a raspberry pi 2B with below command:
docker run \
--device=/dev/vchiq \
--device=/dev/vcsm-cma \
--volume=/opt/vc:/opt/vc \
--volume=/boot:/boot \
--volume=/sys:/dockerhost/sys:ro \
--volume=/etc:/dockerhost/etc:ro \
--volume=/proc:/dockerhost/proc:ro \
--volume=/usr/lib:/dockerhost/usr/lib:ro \
-p=8080:8888 \
--name="rpi-monitor" \
--restart="unless-stopped" \
--detach=true \
-d michaelmiklis/rpi-monitor:latest

But I have these error:
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm/v7) and no specific platform was requested
docker: Error response from daemon: error gathering device information while adding custom device "/dev/vcsm-cma": no such file or directory.

If I recall correclty I was able to run rpi-monitor from image a bunch of year ago :(

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

No branches or pull requests

1 participant