How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "generic/debian11"
  config.vm.box_version = "4.3.10"
end
vagrant init generic/debian11 \
  --box-version 4.3.10
vagrant up

This version was created 9 months ago.

A build environment for use in cross platform development.

6 providers for this version.
  • hyperv
    amd64 Hosted by Vagrant Cloud (1010 MB)
  • libvirt
    amd64 Hosted by Vagrant Cloud (1.02 GB)
    i386 Hosted by Vagrant Cloud (951 MB)
  • parallels
    amd64 Hosted by Vagrant Cloud (936 MB)
  • qemu
    amd64 Hosted by Vagrant Cloud (1.02 GB)
    i386 Hosted by Vagrant Cloud (951 MB)
  • virtualbox
    amd64 Hosted by Vagrant Cloud (1.04 GB)
    i386 Hosted by Vagrant Cloud (932 MB)
  • vmware_desktop
    amd64 Hosted by Vagrant Cloud (1000 MB)
    i386 Hosted by Vagrant Cloud (905 MB)