Vagrant

Vagrant allows you to quickly create virtual machines.

You can download vagrant boxes from

https://app.vagrantup.com/boxes/search
Vagrant private_network can’t ping

Install Vagrant

Install vagrant in Debian/Ubuntu

apt install vagrant -y

You may also need to install virtualbox

apt install virtualbox

Using Vagrant

To update vagrant boxes, run

vagrant box update

To list all available vagrant boxes

vagrant box list

Snapshot

To create a snapshot

vagrant snapshot save first-snapshot

To list available snapshots

vagrant snapshot list
Need help with Linux Server or WordPress? We can help!

Leave a Reply

Your email address will not be published. Required fields are marked *