In this tutorial I will speak about Vagrant names. You will learn how to change the name of different parts of you Vagrant project, such as provisioner name, script provisioner name, virtual machine name, the VM name that appears inside of VirtualBox GUI and the VM hostname. …Continue reading
Vagrant Synced folders #113
In this tutorial I will speak about Vagrant synced folders. You will learn the concepts of sharing directories and how to see both host and guest content. You will see how to share an additional folder to the guest VM. …Continue reading
Vagrant Repair “default dpkg-preconfigure unable to re-open stdin No such file or directory” message #112
In this tutorial you will learn how to repair Vagrant generated message “default: dpkg-preconfigure: unable to re-open stdin: No such file or directory”. …Continue reading
Vagrant Repair “default stdin is not a tty” message #111
In this tutorial you will learn how to repair the Vagrant “default: stdin: is not a tty” message. …Continue reading
Vagrant provision command #110
In this tutorial you will learn how to use the Vagrant provision command. Also you will see how to make a correct incremental development. …Continue reading
Vagrant reload command #109
In this tutorial you will learn how to use the Vagrant reload command and also its –provision flag. …Continue reading
Vagrant Provisioning #108
In this tutorial you will learn about Vagrant provisioning: how and when provisioning happens in Vagrant and also I will show you how to include bootstrap.sh shell provision script. …Continue reading
Vagrant version command #107
In this tutorial you will learn how to use the Vagrant version command and option. …Continue reading
Vagrant suspend and resume commands #106
In this tutorial you will learn how to use Vagrant suspend and resume commands. …Continue reading
Vagrant status command #105
In this tutorial you will learn how to use Vagrant status command. Also, vagrant global-status and vagrant global-status –prune are covered during this video. …Continue reading