Vagrantfile

June 4, 2024 ยท View on GitHub

Boxes

Currently there is one box available in Vagrantfile-ubuntu:

BoxProviders
bento/ubuntu-24.04virtualbox (amd64), parallels (arm64,amd64), ...

It is recommended to use them through the respective Makefile rules as they are or overriding the ARCH environment variable if your architecture and provider allow such virtualization. E.g.: make vagrant-up ARCH=amd64.

Requirements

Linux

Install them as per your flavour.

  • Vagrant
  • VirtualBox

Darwin

  • Vagrant
brew install vagrant
  • Parallels
brew install --cask parallels
vagrant plugin install vagrant-parallels

More information

For further information check: