1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

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
1
3
0

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
1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?