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 over 9 years ago.
Update Docker engine to 1.5.0
This version was created over 9 years ago.
Update docker-gen to 0.3.8; Add cAdvisor
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
This version was created almost 10 years ago.
Update Docker engine to 1.4.1
This version was created almost 10 years ago.
Add weave: the Docker network
This version was created almost 10 years ago.
Support for --insecure-registry mode: "registry.com" in /etc/default/docker
This version was created almost 10 years ago.
Update Docker to 1.4.0
This version was created almost 10 years ago.
Update Docker to 1.3.2
This version was created almost 10 years ago.
Update Docker to 1.3.1
This version was created almost 10 years ago.
Update Docker to 1.3.0, and also remove nsenter in favor of the new docker exec
command.
Add Fig, Pipework, docker-gen.