Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.37 KB

Vagrantfile.md

File metadata and controls

45 lines (29 loc) · 1.37 KB

Vagrantfile

Boxes

Currently there are two boxes available in Vagrantfile-ubuntu:

Box Providers
generic/ubuntu2204 (amd64) virtualbox, parallels
jharoian3/ubuntu-22.04-arm64 parallels

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: