You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could reproduce the problem also without using any webdevops stuff when using bento/ubuntu-16.04
My workaround is to add the file <gitProjectRootFolder>/customization/etc/dnsmasq.d/upstream with the following content:
server=10.211.55.1
server=8.8.4.4
server=8.8.8.8
The first line depends on your vagrant provider. For me, I use Parallels and the automatically created shared network is 10.211.55.x. The 2nd and 3rd is the google dns.
The file is automatically created if you run a vagrant provision on your vagrant-docker-vm.
Because of this problem, all
docker pull
requests fail with this error:When trying to log into the vagrant box using
vargrant ssh
and enterping google.de
the result ishost unknown
I have an older DEV-VM installation with Bento/Ubuntu 16.04.3 running, which dosn't have this problem.
One (temporary) fix is to add a public dns server (eg. google dns 8.8.8.8) to the
/etc/resolv.cnf
file inside the build devvm.The text was updated successfully, but these errors were encountered: