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
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 :(
The text was updated successfully, but these errors were encountered:
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 :(
The text was updated successfully, but these errors were encountered: