Working with the network
Written by
Updated at March 14, 2025
In Container Optimized Image, Docker containers run using a host network interface. All ports opened in a Docker container will also be opened on the host.
All host ports have internet access, enabling you to automatically access the ports of a running Docker container.