LoginSignup
1
1

More than 5 years have passed since last update.

Wockerでvagrant box addするときにエラーが出て、はまったこと 

Last updated at Posted at 2016-11-11

問題

vagrant box addできない。

The box 'scotch/box' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Atlas, please verify you're logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:

URL: ["https://atlas.hashicorp.com/scotch/box"] 

というエラーが出てしまう。

環境

OS : macOS Sierra 10.12.1
vagrant : 1.8.7

解決策

Vagrant の cURL を削除すると、addできるようになった。

sudo rm /opt/vagrant/embedded/bin/curl

(参考)↓
http://stackoverflow.com/questions/40473943/vagrant-box-could-not-be-found-or-could-not-be-accessed-in-the-remote-catalog

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1