How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "vcnngr/debian-11"
  config.vm.box_version = "1.0.0"
end
vagrant init vcnngr/debian-11 \
  --box-version 1.0.0
vagrant up

This version was created 6 months ago.

First release

2 providers for this version.
  • parallels
    unknown Hosted by Vagrant Cloud (795 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (392 MB)