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.2.20150914"
end
vagrant init williamyeh/debian-jessie64-docker \
  --box-version 1.8.2.20150914
vagrant up

This version was created about 8 years ago.

Update: Docker Engine to 1.8.2

2 providers for this version.
  • vmware_desktop Hosted by Vagrant Cloud (504 MB)

  • virtualbox Hosted by Vagrant Cloud (451 MB)