0
1

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(コマンド)

Last updated at Posted at 2020-03-04

最初に

本ページでは、投稿者が使用したことのあるコマンドを備忘録として記載する内容です。

自身で学習してきた内容を書き出していきます。
基本的には自分自身でわかるような内容になりますので、ご容赦ください。
また、誤っている点がありましたら、コメントにてご指摘ください。

(要確認)マークがあるものは、「実行前に必ずググる」べき内容。

index

  • Vagrantコマンド
    • 起動時
    • ログアウト時
    • シャットダウン時
    • 休止時

Vagrantコマンド

起動時

$ cd xx/xx/vagrant # vagrant上に移動
$ vagrant up # Vagrantを起動
$ vagrant ssh # SSH接続
$ cd /home/vagrant/work # 共有フォルダへ移動

ログアウト時

$ exit # 調子が悪い時は何回か繰り返す

シャットダウン時

$ vagrant halt

休止時

$ vagrant suspend # 再開はvagrant up

追加あれば、どんどん更新していきます。

駆け出しとして頑張ります。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?