How to use this box with Vagrant:
Vagrant.configure("2") do |config| config.vm.box = "williamyeh/docker-workshop-registry" end
vagrant init williamyeh/docker-workshop-registry vagrant up
This version was created over 8 years ago.
Update Registry to 2.0
Update Docker engine to 1.6.2 and some image versions.
Initial release