How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "williamyeh/debian-jessie64-docker"
end
vagrant init williamyeh/debian-jessie64-docker
vagrant up
This version was created almost 9 years ago.
Update Docker engine from 1.1.2 to 1.2.0
This version was created almost 9 years ago.
Update Docker engine from 1.1.1 to 1.1.2
This version was created almost 9 years ago.
Update Docker engine from 1.1.0 to 1.1.1
This version was created almost 9 years ago.
change base box :
This version was created almost 9 years ago.
Initial release.