How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "williamyeh/docker-workshop-registry"
config.vm.box_version = "5.0"
end
vagrant init williamyeh/docker-workshop-registry \
--box-version 5.0
vagrant up
This version was created about 9 years ago.
Update Docker engine to 1.6.2 and some image versions.