1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

BoxファイルをVagrant Cloudにアップロードして環境の共有

Posted at

ちょこちょこ詰まったので覚え書き程度に。

boxの出力

$ vagrant package

Vagrant Cloudアカウント作成

  • vagrant cloud ( https://app.vagrantup.com ) にアカウントを作成。
  • 新しいboxを作成(名前だけでOK)
  • versionを作成(同上)

Boxファイルのアップロード

  • add a providerを選択
  • providerを選択(たぶんvitualboxでおk)
  • Boxファイルをアップロード
  • Box画面のreleaseボタンをクリック

vagrantfileに記述してinit

$ vagrant init username/boxname

詰まったところ

  • The box you're attempting to add dosen't support the probider...
    • Providerは間違ってないか(vagrantのデフォルトはvirtualbox)
    • releaseボタンを押しているか(押してないと使えない)
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?