How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/debian-9.4-i386"
config.vm.box_version = "201803.24.0"
end
vagrant init bento/debian-9.4-i386 \
--box-version 201803.24.0
vagrant up
This version was created about 5 years ago.
{ "name": "debian-9.4-i386", "version": "201803.24.0", "build_timestamp": "20180325180533", "git_revision": "4f1a65426ce024ddd6539f2931186e23558bb30c", "git_status": "dirty", "box_basename": "debian-9.4-i386-201803.24.0", "template": "debian-9.4-i386", "packer": "1.1.3", "vagrant": "2.0.3", "providers": [ { "name": "vmware_desktop", "version": "10.1.1", "file": "debian-9.4-i386-201803.24.0.vmware.box", "checksum_type": "sha256", "checksum": "7166e9722d8fd0fcb8a33c46c4ae144e7a815156ef6e5cba2e1e2762a8daa869", "size": "415 MB", "build_time": 788 } ] }