From f07985699a2ca8c0a6f71b428ac1a75f2ebfac3d Mon Sep 17 00:00:00 2001 From: David Scott Date: Mon, 29 Mar 2021 19:15:07 +0100 Subject: [PATCH] Add a note about `ping` when using `qemu` (#12591) * Add a note about `ping` when using `qemu` Signed-off-by: David Scott * Minor update Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> --- docker-for-mac/apple-m1.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker-for-mac/apple-m1.md b/docker-for-mac/apple-m1.md index 7f5de45c84..2c64131e3b 100644 --- a/docker-for-mac/apple-m1.md +++ b/docker-for-mac/apple-m1.md @@ -63,6 +63,10 @@ The following issues are seen when using the `virtualization.framework` back end We are still gathering data and testing alternate kernel versions. +The following issues are seen when using the `qemu` backend. + +- `ping` from inside a container to the Internet does not work as expected. To test the network, we recommend using `curl` or `wget`. See [docker/for-mac#5322](https://github.com/docker/for-mac/issues/5322#issuecomment-809392861). + ### Fixes since Docker Desktop RC 1 - Inter-container HTTP and HTTPS traffic is now routed correctly. Fixes [docker/for-mac#5476](https://github.com/docker/for-mac/issues/5476).