Vagrant: Difference between revisions
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 21: | Line 21: | ||
You need a CentOS box to develop/test? | You need a CentOS box to develop/test? | ||
# make a new folder: <code>mkdir ~/src/centos7 && cd | # make a new folder: <code>mkdir ~/src/centos7 && cd ~/src/centos7</code> | ||
# <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 | |||