Specifics of working with the network
Written by
Updated at February 10, 2023
In Container Optimized Image, Docker containers are run using a host's network interface. All ports opened in a Docker container will also be opened on the host.
All host ports have access to the internet. This lets you automatically access the ports of a running Docker container.