我在Vagrant Atlas上有个盒子:
https://app.vagrantup.com/devopskatas/boxes/learningvm
我正在尝试在没有登录到Atlas的客户端PC上运行它。我得到以下错误:
Bringing machine 'default' up with 'virtualbox' provider...
There are errors in the configuration of this machine. Please fix
the following errors and try again:
Atlas push:
* Missing required configuration parameter 'token'. This is required for
Vagrant to securely communicate with your Atlas account.
To generate an access token, run 'vagrant login'.我不希望用户必须登录才能下载这个盒子。如何在不登录的情况下解决此错误?
发布于 2017-07-11 21:11:09
我在我的笔记本电脑上运行了一个旧版本。我运行了vagrant box remove devopskatas/learningvm,然后重新运行了vagrant init devopskatas/learningvm。平安无事。
https://stackoverflow.com/questions/45025366
复制相似问题