Skip to content

Instantly share code, notes, and snippets.

@donchan922
Last active September 22, 2019 23:03
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 donchan922/2e1b641eba2e3576f0845016c296f29c to your computer and use it in GitHub Desktop.
Save donchan922/2e1b641eba2e3576f0845016c296f29c to your computer and use it in GitHub Desktop.
# 使用する仮想OS(今回は、CentOS7)のイメージを設定する
$ vagrant init centos/7
# 仮想OSを起動する
$ vagrant up
# 仮想OSにログインする
$ vagrant ssh
# 以下が表示されればログイン成功
[vagrant@localhost ~]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment