I run this repo on MacOS, build with vagrant, then I run command:
> vagrant up
The box 'boxcutter/ubuntu1604' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Vagrant Cloud, please verify you're logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:
I run this repo on MacOS, build with vagrant, then I run command:
I think box rename from
boxcutter/ubuntu1604
tobox-cutter/ubuntu1604
(Check here https://app.vagrantup.com/box-cutter/boxes/ubuntu1604). So I try to fix Vagrantfile to:But, the box doesn't exist too.
So we should replace boxes? why not
ubuntu/trusty64
?