diff --git a/buildx/working-with-buildx.md b/buildx/working-with-buildx.md index b98ba19ad2..7a71b47fb7 100644 --- a/buildx/working-with-buildx.md +++ b/buildx/working-with-buildx.md @@ -185,7 +185,7 @@ handler. For QEMU binaries registered with `binfmt_misc` on the host OS to work transparently inside containers they must be registered with the `fix_binary` -flag. This requires a kernel >= 4.8 and binfmt-support >= 2.1.7. You can check +flag and QEMU must be staticaly compiled. 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 with `binfmt_misc` support for additional platforms, for other installations