diff --git a/buildx/working-with-buildx.md b/buildx/working-with-buildx.md index a9433b35b0..6e14780e2d 100644 --- a/buildx/working-with-buildx.md +++ b/buildx/working-with-buildx.md @@ -184,7 +184,7 @@ it automatically loads it through a binary registered in the `binfmt_misc` handler. For QEMU binaries registered with `binfmt_misc` on the host OS to work -transparently inside containers they must be statically compiled and registered with the the `fix_binary`. +transparently inside containers, they must be statically compiled and registered with the `fix_binary` flag. This requires a kernel >= 4.8 and binfmt-support >= 2.1.7. You can check for proper registration by checking if `F` is among the flags in `/proc/sys/fs/binfmt_misc/qemu-*`. While Docker Desktop comes preconfigured