-
Notifications
You must be signed in to change notification settings - Fork 71
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
Error when emulating linux/amd64 on linux/s390x host #128
Comments
Looks like one update 3 days before fuck up the whole emulate... Today, I found the ARM one failed to do the same task, sad :( |
For ARM machine, I found a solution: just use However, the |
You haven't included any indication of what syscall fails. If you can trace it to syscall and it is a QEMU regression you can report it in their tracker. It is possible that it is not a regression bug though and somebody just fixed missing error handling in the previous version. |
me too. [root@ecs-01 ~]# docker version Server: Docker Engine - Community [root@ecs-01 ~]# docker buildx version [root@ecs-01 ~]# docker run --privileged --rm tonistiigi/binfmt --install all [root@ecs-01 ~]# docker buildx ls |
Related commands:
First, install all platform; then run the container for linux/amd64,
linux1@t1:~$ sudo docker run --privileged --platform=linux/amd64 \ --restart=always -itd \ --name warp_one \ --sysctl net.ipv6.conf.all.disable_ipv6=0 \ --cap-add net_admin \ -p 14888:9091 \ -v /lib/modules:/lib/modules \ ubuntu:focal
However, it wont start as it should be, it just keep restarting; actually same commands work when using the
ARM
platform, but it failed to run onS390x
this time.The text was updated successfully, but these errors were encountered: