Some Vagrant Commands
Let's explore some common Vagrant commands.
Basic Vagrant commands
vagrant init [name [url]]
Initializes the Vagrant environment and creates the Vagrantfile.
$ vagrant init centos/7
...
Let's explore some common Vagrant commands.
vagrant init [name [url]]
Initializes the Vagrant environment and creates the Vagrantfile.
$ vagrant init centos/7
...