For Docker Desktop inside a container, the DNS name host.docker.internal resolves to an IP address allowing network access to the host. Is there something similar when using Rancher Desktop?
Assuming a running container (e.g the alpine image) in Docker Desktop it's possible to run
docker exec alpine-container ping -c 2 host.docker.internal
Update: This has been resolved and released with v1.0.1 as it seems.