How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "ilkothetiger/debian-11"
end
vagrant init ilkothetiger/debian-11
vagrant up
This version was created about 2 months ago.
Light-weight version
This version was created about 2 months ago.
Collision with shared folders resolved, must be with different names on host and vbox
This version was created about 2 months ago.
VBoxLinuxAdditions Fixed
This version was created about 2 months ago.
Initial Release