LoginSignup
1
1

More than 5 years have passed since last update.

【Vagrant】 ローカルからの接続方法

Last updated at Posted at 2015-10-23

ローカルでVagrantを利用して立ち上げた仮想環境へ接続するための方法です。

設定方法

Vagrantに以下設定を追加するだけです。

config.vm.network "private_network", ip: "192.168.33.10"
1
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
1
1