2018-03-29 18:42:14 +08:00
2018-11-02 10:42:27 +08:00
2018-11-01 18:19:14 +08:00
📝 docs():
2018-03-29 19:22:14 +08:00
2018-11-02 10:42:27 +08:00

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

Description
No description provided
Readme 40 KiB
Languages
Shell 100%