binfmt icon indicating copy to clipboard operation
binfmt copied to clipboard

Cross-platform emulator collection distributed with Docker images.

Results 51 binfmt issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to install qemu in docker.io/library/docker:19.03.14 container (`Linux reynwz-containerize-pod 3.10.0-1160.62.1.el7.x86_64 #1 SMP Wed Mar 23 09:04:02 UTC 2022 x86_64 Linux`) running the following but getting errors: ``` docker...

To reproduce, on an arm64 host (Apple Silicon) I ran: ```sh sudo docker run --privileged --rm tonistiigi/binfmt:qemu-v6.1.0 --install all # { # "supported": [ # "linux/arm64", # "linux/amd64", # "linux/riscv64",...

Hello, i have some x86 app that are emulated on a RPi. I would like to setup a docker compose so that binfmt is also triggered during the init phase...

```bash ❯ docker run --platform linux/mips64le golang go version standard_init_linux.go:228: exec user process caused: exec format error ❯ docker run --platform linux/amd64 golang go version Unable to find image 'golang:latest'...

`RUN apt-get update && apt-get install -y wget git unzip zip` fails with following error message: #12 66.77 addgroup: `/usr/sbin/groupadd -g 101 ssh' exited from signal 134. Exiting. #12 66.78...

This may be an incredibly naive question, but is there a way this container could be modified to work in rootless mode? The main issue seems to be `mount` at...

Standard fare Helm chart with `formats` as the only `binfmt`-specific configuration option and a subset of standard options that allow Kubernetes administrators to select a subset of nodes for installation.

If the docker is built with some QEMU_TARGETS excluded, e.g. ``` docker build --build-arg QEMU_TARGETS='x86_64-linux-user s390x-linux-user' -t binfmt . ``` then you get a lot of ugly errors when using...