Add a note about `ping` when using `qemu` (#12591)

* Add a note about `ping` when using `qemu`

Signed-off-by: David Scott <dave.scott@docker.com>

* Minor update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
David Scott 2021-03-29 19:15:07 +01:00 committed by GitHub
parent f5ef070776
commit f07985699a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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).