October 2018
Beginner
232 pages
7h 52m
English
Before we create our own Vagrantfile, let's first create and move into a new directory. In this example, we will create a new directory called vagrantfiletest to keep things simple! Run the following commands in the given order:
By using the vagrant init command, we have now initialized a new Vagrantfile in our current vagrantfiletest directory, as shown in the following screenshot:

The default Vagrantfile has a basic structure to get you started. If you wish to create a very minimal shell then you can run either the vagrant init --minimal or the vagrant init -m ...
Read now
Unlock full access