How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "roboxes-x64/ubuntu2110"
  config.vm.box_version = "4.3.6"
end
vagrant init roboxes-x64/ubuntu2110 \
  --box-version 4.3.6
vagrant up

This version was created 11 months ago.

A build environment for use in cross platform development.

5 providers for this version.
  • hyperv
    amd64 Hosted by Vagrant Cloud (1.78 GB)
  • libvirt
    amd64 Hosted by Vagrant Cloud (1.95 GB)
  • parallels
    amd64 Hosted by Vagrant Cloud (1.94 GB)
  • virtualbox
    amd64 Hosted by Vagrant Cloud (1.85 GB)
  • vmware_desktop
    amd64 Hosted by Vagrant Cloud (2.12 GB)