From cf8dc36429fe7311e80a215d2ef2c89fc068545c Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Sat, 20 May 2017 06:16:39 +0800 Subject: [PATCH] Update multi-arch.md (#3233) --- docker-for-mac/multi-arch.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.)