Closed ghost closed 8 years ago
You can have this update done for you automatically by adding the following to your Vagrantfile. I'll add it to the example as well.
config.vm.provision 'shell', inline: <<-SHELL
apk update && apk upgrade
SHELL
Host: Ubuntu 15.04 / OSX 11.3.1 Box: maier/alpine-3.1.3-x86_64
When exeuting
vagrant up
the first time the setup for NFS fails.Solution
Run
sudo apk update && sudo apk upgrade
after the first time you calledvagrant up
.Steps:
Update ouput:
Vagrantfile: