# binfmt **Repository Path**: mirrors_docker/binfmt ## Basic Information - **Project Name**: binfmt - **Description**: Please use https://github.com/linuxkit/linuxkit/tree/master/pkg/binfmt instead of this repo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # docker/binfmt Build and push the `docker/binfmt` image. ## Build make This builds the `docker/binfmt` image with QEMU static binaries from `moby/qemu` and branch `moby/v3.1.0`. ## Push make push This pushes the image to Docker Hub. ## Test manually make Builds a docker/binfmt image - note the image ID. docker run --rm --privileged imageid This registers the new QEMU binaries in the host kernel. Test all different architectures docker run --rm arm64v8/alpine uname -a docker run --rm arm32v7/alpine uname -a docker run --rm ppc64le/alpine uname -a docker run --rm s390x/alpine uname -a