Use host networking | Docker Documentation
https://docker-docs.netlify.app/network/hostUse host networking Estimated reading time: 1 minute If you use the host network driver for a container, that container’s network stack is not isolated from the Docker host. For instance, if you run a container which binds to port 80 and you use host networking, the container’s application will be available on port 80 on the host’s IP address.