mirror of https://github.com/docker/docs.git
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:
parent
f5ef070776
commit
f07985699a
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue