vagrant のbootの方法
$ vagrant up
sshでコマンドラインから接続できる。
>vagrant ssh Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.0-23-generic x86_64) * Documentation: https://help.ubuntu.com/ New release '14.04.5 LTS' available. Run 'do-release-upgrade' to upgrade to it. Welcome to your Vagrant-built virtual machine. Last login: Sat Dec 15 07:15:13 2018 from 192.168.33.1
exitでログアウトします。
vagrant@precise64:~$ exit logout Connection to 127.0.0.1 closed.
ほーーーーーーーーー