Created
June 11, 2016 10:21
-
-
Save masayuki5160/4ee5f7006ea62c6707a78b4017f3a1da to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- setup | |
https://www.vagrantup.com/ | |
-- centos6.7 | |
$ vagrant box add centos6.7 https://github.com/CommanderK5/packer-centos-template/releases/download/0.6.7/vagrant-centos-6.7.box | |
$ vagrant init centos6.7 | |
$ vagrant up | |
-- centos7 | |
$ vagrant init centos/7 | |
$ vagrant up |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment