How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "williamyeh/insecure-registry"
config.vm.box_version = "1.4.1.2"
end
vagrant init williamyeh/insecure-registry \
--box-version 1.4.1.2
vagrant up
This version was created over 9 years ago.
Fix bug that forbids vagrant ssh via private key