Go to file
ehlxr 43d1b9faec 站点更新:2018-11-20 17:14:42 2018-11-20 17:14:42 +08:00
base 站点更新:2018-11-04 21:53:37 2018-11-04 21:53:37 +08:00
config 站点更新:2018-11-20 17:14:42 2018-11-20 17:14:42 +08:00
.gitignore 站点更新:2018-11-01 18:19:14 2018-11-01 18:19:14 +08:00
README.md 站点更新:2018-11-02 22:37:52 2018-11-02 22:37:52 +08:00
Vagrantfile 站点更新:2018-11-20 17:14:42 2018-11-20 17:14:42 +08:00

README.md

Vagrant

# 插件安装
➜ vagrant plugin install vagrant-vbguest
➜ vagrant plugin install vagrant-hosts
cd base

➜ 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

➜ 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

# onedrive.live.com、drive.google.com、pan.baidu.com 下载 centos-7.2-ehlxr.box

➜ vagrant box add -f centos-7.2-ehlxr centos-7.2-ehlxr.box
# vagrant package --base vghost1 --output centos-ehlxr.box

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