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
.
Install them as per your flavour.
- Vagrant
- VirtualBox
- Vagrant
brew install vagrant
- Parallels
brew install --cask parallels
vagrant plugin install vagrant-parallels
For further information check: