Vagrant
如何下載無業遊民圖像?
我想使用
box-cutter/debian77
,但是當我嘗試時vagrant box add box-cutter/debian77 https://atlas.hashicorp.com/box-cutter/debian77
我明白了
Downloading box from URL: https://atlas.hashicorp.com/box-cutter/debian77 Extracting box...e: 0/s, Estimated time remaining: --:--:--) The box failed to unpackage properly. Please verify that the box file you're trying to add is not corrupted and try again. The output from attempting to unpackage (if any): bsdtar: Error opening archive: Unrecognized archive format
怎麼了?我已經安裝了所有存檔器(unar、bsdtar、bzip2、…)
或者我在哪裡可以手動下載圖像?
我在 Ubuntu 14.10 上使用 Vagrant 1.4.3。同樣的命令也適用於使用 arch 的朋友和 debian wheezy
您需要安裝更新的 vagrant 版本。
我嘗試了 vagrant 1.6.5 並且它有效。
似乎需要 1.5,請參閱:https ://github.com/coreos/coreos-vagrant/issues/112#issuecomment-43425522
我認為您提供的 URL 是網頁的 URL,而不是 tarball。你只需要這樣做:
vagrant box add box-cutter/debian77