-
Notifications
You must be signed in to change notification settings - Fork 242
Closed
Description
Environment: multicore ARMv8 machine running Ubuntu 16.04.
Trying to follow directions, and I get this:
emv@armv8hello:~$ docker run --rm --privileged multiarch/qemu-user-static:register
Unable to find image 'multiarch/qemu-user-static:register' locally
register: Pulling from multiarch/qemu-user-static
8ddc19f16526: Already exists
5ac0057b3331: Pull complete
Digest: sha256:ee56b87e8debafb7c6ed2a2d2b7c2b5f9d471e4bee0cb84956f97d0316f4bc59
Status: Downloaded newer image for multiarch/qemu-user-static:register
write pipe: bad file descriptor
I have a feeling I'm missing something, perhaps a longer README about getting started.
thanks!
Ed