Vagrant: Difference between revisions
No edit summary |
No edit summary |
||
| Line 24: | Line 24: | ||
# <code>vagrant init centos/7</code> will write your Vagrantfile for you | # <code>vagrant init centos/7</code> will write your Vagrantfile for you | ||
# <code>vagrant up</code> will start (and build) the virtual machine | # <code>vagrant up</code> will start (and build) the virtual machine | ||
# <code>vagrant box update</code> will pull in all the updates to the base box | |||
See https://app.vagrantup.com/centos/boxes/7 | |||