How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "williamyeh/debian-jessie64-docker"
  config.vm.box_version = "1.8.1.20150820"
end
vagrant init williamyeh/debian-jessie64-docker \
  --box-version 1.8.1.20150820
vagrant up

This version was created about 8 years ago.

  1. Use Packer to build the box.

  2. Support vmware, thanks to Packer + Atlas.

2 providers for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (473 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (526 MB)