Go to file
ehlxr e3dcbdb4a6 📝 docs():
Signed-off-by: ehlxr <ehlxr.me@gmail.com>
2018-03-29 19:22:14 +08:00
base feat(): init 2018-03-29 18:42:14 +08:00
config feat(): init 2018-03-29 18:42:14 +08:00
.gitignore feat(): init 2018-03-29 18:42:14 +08:00
README.md 📝 docs(): 2018-03-29 19:22:14 +08:00
Vagrantfile feat(): init 2018-03-29 18:42:14 +08:00

README.md

Vagrant

➜ wget https://www.dropbox.com/s/nuz6ts1hlx4vy27/vagrant-centos-7.2.box\?dl\=0 -O vagrant-centos-7.2.box

➜ vagrant box add -f centos-7.2 vagrant-centos-7.2.box

➜ cd base

➜ vagrant up # 执行 init.sh 脚本时,最好保证能够 fq

➜ vagrant package --output centos-7.2-ehlxr.box

➜ vagrant box add -f centos-7.2-ehlxr centos-7.2-ehlxr.box