0
0

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 3 years have passed since last update.

Vagrantの流れ

Posted at

box作成

⚠︎どのディレクトリからでもOK

$ vagrant box add ○

boxを使用する

⚠︎作業ディレクトリで実行

$ vagrant init ○
↑Vagrantfileが追加される!

環境に合わせて、Vagrantfile編集

config.vm.network ~~~~~~~など

Vagrant起動・接続

⚠︎Vagrantfileがあるディレクトリで実行

$ vagrant up
↑Vagrantfile読み込み

$ vagrant ssh
↑仮想環境にアクセス

[vagrant@ ~]$
になっていたらOK!!!!!!!!

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?