diff --git a/docker-for-mac/multi-arch.md b/docker-for-mac/multi-arch.md index 1283700c04..225933c24d 100644 --- a/docker-for-mac/multi-arch.md +++ b/docker-for-mac/multi-arch.md @@ -8,11 +8,11 @@ notoc: true --- Docker for Mac provides `binfmt_misc` multi architecture support, so you can run -containers for different Linux architectures, such as `arm`, `mips`, `ppc64le` +containers for different Linux architectures, such as `arm`, `mips`, `ppc64le`, and even `s390x`. This should just work without any configuration, but the containers you run need -to have the appropriate `qemu` binary inside the container before you can do +to have the appropriate `qemu` binary inside before you can do this. (See QEMU for more information.)