LoginSignup
3

More than 5 years have passed since last update.

VagrantでCentOS7.2の環境を用意する

Posted at

box追加

$ vagrant box add centos72 <box URL *1>

*1 https://github.com/CommanderK5/packer-centos-template/releases/download/0.7.2/vagrant-centos-7.2.box

仮想マシン起動

$ cd ~ 
$ mkdir centos72
$ cd centos72
$ vagrant init centos72
$ vagrant up

ログイン

$ vagrant ssh

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3