...

/

Some Vagrant Commands

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

...