Can't run the voxl-emulator docker image
-
I'm trying to run the voxl-emulator docker image to test code intended for the voxl without the voxl.
I downloaded the voxl-emulator V1.7 file from https://developer.modalai.com/asset and ran
"docker load < voxl-emulator_V1.7.tgz" to load the image.
I tried to run it with the following commands but I keep getting the same error. Is anyone able to help me with this? Picture of terminal output is attached below.

-
Hi Cole,
It looks like you need to tag the docker image as latest. Right now docker only lists 1.7 (which is the latest version, but :latest is looking for an actual image with that tag, not just the most recent image. If you run
docker tag 55d4f01b7bcd voxl-emulator:latestthen the voxl-docker command should work. -
Hi @Alex-Gardner. I ran that command and got the same issue as before. Here is the output:

-
It looks like your machine does not have QEMU support or is missing ARM support on your host machine. Please try instructions here : https://www.stereolabs.com/docs/docker/building-arm-container-on-x86/ (which also show you how to run ARM64 docker images on x86)
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login