LoginSignup
1
1

More than 5 years have passed since last update.

Vagrant 個人メモ

Posted at

使用するBoxのURLを指定する

config.vm.box_url = "https://vagrantcloud.com/ubuntu/boxes/trusty64/versions/14.04/providers/virtualbox.box"

以下URLで公開されているBoxはローカルにない場合でもconfig.vm.boxでBox名を指定するだけで自動的にダウンロードされる。
https://atlas.hashicorp.com/boxes/search

定期的に追記します。。

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