18
17

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基本コマンド

18
Last updated at Posted at 2013-07-28

Box追加

$ vagrant box add precise32 \
    http://files.vagrantup.com/precise32.box

名前:precise32
追加元:http://files.vagrantup.com/precise32.box

box list
http://www.vagrantbox.es/

Box list表示

$ vagrant box list

初期化

$ vagrant init

sshログイン

$ vagrant ssh

仮想マシン起動

$ vagrant up

仮想マシン停止

$ vagrant halt

仮想マシン再起動

$ vagrant reload

仮想マシン削除

$ vagrant destroy

仮想マシンの状態確認

$ vagrant status

仮想マシンスリープ

$ vagrant suspend

仮想マシンスリープ解除

$ vagrant resume

随時追加予定

18
17
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
18
17

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?