1. Overview This tutorial will show how to copy files and folders from host to guest in Vagrant. 2. Copy Files and Folders from Host to Guest in Vagrant 2.1. Using Synced Folders or Shared Folders Synced folders or Shared… Continue Reading →
In this quick tutorial, we’re going to get through how to change Vagrant virtual machine name in VirtualBox GUI. This will help us identify the VM easily. By default, Vagrant sets the name of the virtual machine to the containing… Continue Reading →
This quick tutorial is going to cover about where does Vagrant store its boxes after downloading. 1. Where does Vagrant store its boxes? By default, Vagrant stores its boxes after downloading in the directory defined by VAGRANT_HOME environment variable. As… Continue Reading →
This quick tutorial is going to illustrate how to set name, number of CPUs, memory and GUI mode for Vagrant virtual machines. 1. Set Name for Virtual Machines We can set name for virtual machines that appear in the VirtualBox… Continue Reading →
This quick tutorial covers how to uninstall Vagrant on Ubuntu 16.04. This is useful for those who want to remove Vagrant from their machines or simply want to upgrade to the new version of Vagrant. 1. Overview First of all,… Continue Reading →
This tutorial is going to cover shortly about running vagrant ssh on windows by different approaches. Probably, this will be useful when you want to use vagrant ssh command to ssh directly to your Vagrant box on Windows. 1. Problem… Continue Reading →
Vagrant, a great tool for managing lifecycle of virtual machines, is not the same with Docker, another great tool for building and running software container. In this tutorial, I’d like to introduce about Vagrant Docker Provider which allow our development… Continue Reading →
In this post, I’d like to show how to install Vagrant on Ubuntu 16.04. We may have 2 approaches to install Vagrant on Ubuntu. Use apt-get to install Vagrant from the repository of the distribution Download proper binary package from… Continue Reading →
This quick tutorial is going to cover about Vagrant Command-Line interface through which almost all interaction with Vagrant is done. 1. Common Vagrant Commands 1.1. Get Vagrant version
1 |
vagrant --version |
or
1 |
vagrant -v |
The output should be similar to below:
1 |
Vagrant 1.8.1 |
These… Continue Reading →
This article is going to cover shortly how to add a Vagrant box from local or remote. The remote boxes are referred to the boxes needed to be installed via HTTP while the local boxes are boxes can be installed… Continue Reading →
© 2025 HowToProgram — Powered by WordPress
Theme by Anders Noren — Up ↑