Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.21 KB

Vagrantfile.md

File metadata and controls

44 lines (28 loc) · 1.21 KB

Vagrantfile

Boxes

Currently there is one box available in Vagrantfile-ubuntu:

Box Providers
bento/ubuntu-24.04 virtualbox (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: