下記のエラーがでました。
1 2 3 4 5 |
$ vagrant up A version of the box you're loading is formatted in a way that Vagrant cannot parse: '2.0.0-alpha'. Please reformat the version to be properly formatted. It should be in the format of X.Y.Z. |
解決方法
1 2 |
$ vi Vagrantfile config.vm.box_check_update = false |