> For the complete documentation index, see [llms.txt](https://til.devjugal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.devjugal.com/vagrant.md).

# Vagrant

> Vagrant - Tool for building and distributing virtualized development environments.

Vagrant provides the framework and configuration format to create and manage complete portable development environments. These development environments can live on your computer or in the cloud, and are portable between Windows, Mac OS X, and Linux.

### [Official Documentation](https://www.vagrantup.com/docs)

## TIL(s)

* [Increase RAM And CPU On Vagrant Machine](/vagrant/increase-ram-and-cpu-on-vagrant-machine.md)
* [Vagrant Specify Disk Size](/vagrant/vagrant-specify-disk-size.md)
