You cane use docker network inspect bridge to explore, but it produces a lot of output, including the IP's of all containers. What's interesting here is that gVisor runtime assigns a /32 address, whereas kata and default runc stick to the /16. Connectivity Pinging a public DNS server fr...