How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "williamyeh/debian-jessie64-docker"
config.vm.box_version = "1.5.0.1"
end
vagrant init williamyeh/debian-jessie64-docker \
--box-version 1.5.0.1
vagrant up
This version was created over 9 years ago.
Same as 1.5.0, plus Docker Compose 1.1.0 and docker-gen 0.3.7