Dockerとの関係
手順
$ vagrant --version
$ mkdir vagrant_test1 $ cd vagrant_test1
$ vagrant init centos/7
$ vagrant up
$ vagrant ssh
参考リンク