Boxes-: Boxes are pre built virtual machine images or packages running on any operating system. Vagrantfile - describe the type of machine required for a project, and how to configure and provision these machines. NFS -: It is used for sharing folders between host and guest machines.default vagrant sharing mechanism are used . vagrant init -: Initialize Vagrant with a Vagrantfile and ./.vagrantdirectory, using no specified base image. Before you can do vagrant up, you'll need to specify a base image in the Vagrantfile. I rarely initialize Vagrant this way. vagrant init boxpath - : Initialize Vagrant with a specific box. To find a box, go shopping. When you find one you like, just replace it's name with boxpath. For example, vagrant init chef/centos-6.5. This is how I typically initialize Vagrant. vagrant up -: Boot the VM's specified in your Vagrantfile. Equivalent to pressing the power buttons on your "servers."
Hi, I’m Deepak Dubey. The founder of this blog. I’m a Full-stack Python Developer | OpenedX professional and part-time blogger. I’m here to write the blogs related to technology stuff like Python, Django , Open-edX, Data Science, machine Learning and many more.