This option configures Docker to run the build stage to run using the host network mode. The container is already configured to run using the host network mode via the network_mode option. This fixes issues building the Docker image, particularly with regards to TLS transactions, on all the systems I have access to.
This option configures Docker to run the build stage to run using the host network mode. The container is already configured to run using the host network mode via the network_mode option. This fixes issues building the Docker image, particularly with regards to TLS transactions, on all the systems I have access to.