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
{{ message }}
This repository has been archived by the owner on Dec 4, 2019. It is now read-only.
I'm running OS X Sierra, VirtualBox 5.1.26, Vagrant 1.9.7.
Installed this plugin and trying to get a Alpine instance working.
The error is get when running vagrant up is
==> alpine: Configuring and enabling network interfaces...
No guest IP was given to the Vagrant core NFS helper. This is an
internal error that should be reported as a bug.
Using box maier/alpine-3.6-x86_64 I've tried following
I tried with static IP, it fails when trying to install NFS cause it can't resolve hostnames.
But I can try without NFS and with DHCP to see if it gets a nameserver.
I would imagine that trying to install VBGA would fail since I have a empty resolv.conf.
I will test and report back.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi
I'm running OS X Sierra, VirtualBox 5.1.26, Vagrant 1.9.7.
Installed this plugin and trying to get a Alpine instance working.
The error is get when running vagrant up is
Using box
maier/alpine-3.6-x86_64
I've tried followingand
And networking is set as following
Networking works, but /etc/resolv.conf is empty.
Trying the same stuff with box
ubuntu/xenial64
everything works.Any idea on what I could be doing wrong?
The text was updated successfully, but these errors were encountered: