How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "williamyeh/ubuntu-trusty64-docker"
end
vagrant init williamyeh/ubuntu-trusty64-docker
vagrant up
This version was created over 9 years ago.
Update Docker to 1.3.2
This version was created over 9 years ago.
Update Docker to 1.3.1
This version was created over 9 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.
This version was created almost 10 years ago.
Update Docker engine from 1.1.2 to 1.2.0
This version was created almost 10 years ago.
Update Docker engine from 1.1.1 to 1.1.2
This version was created almost 10 years ago.
Update Docker engine from 1.1.0 to 1.1.1
This version was created about 10 years ago.
Initial release.