Vagrant
https://gyazo.com/891f65ed27b25b10a0cdd3af3dc513f4
初期設定
接続情報を見る
vagrant-ssh
code:zsh
$ vagrant ssh-config
Host homestead-7
HostName 127.0.0.1
User vagrant
Port 2222
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
PasswordAuthentication no
IdentityFile /Users/kadoyau/Homestead/.vagrant/machines/homestead-7/virtualbox/private_key
IdentitiesOnly yes
LogLevel FATAL
ForwardAgent yes
あとはドットインストールのとおりに環境設定する
起動
vagrant init
したディレクトリ(e.g. D:user\localdev)に移動して
vagrant up
vagrant sshでは-cオプションでコマンドを実行できる