I have an Azure Container Instance created from the base image microsoft/windowsservercore:ltsc2016
. The image has mercurial installed and checks out a private repo using hg clone
but fails with the result abort: error: getaddrinfo failed
. When run on my workstation using Docker for Windows, the container successfully checks out the repo.
I believe this is a network connectivity issue, because if I run powershell Invoke-WebRequest http://microsoft.com
the container also logs an error that the request could not be completed due to failure to connect to the server
.