Skip to content

Instantly share code, notes, and snippets.

@masayuki5160
Created June 11, 2016 10:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masayuki5160/4ee5f7006ea62c6707a78b4017f3a1da to your computer and use it in GitHub Desktop.
Save masayuki5160/4ee5f7006ea62c6707a78b4017f3a1da to your computer and use it in GitHub Desktop.
-- 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