How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "itsziget/docker-webdev"
config.vm.box_version = "1.0.0"
end
vagrant init itsziget/docker-webdev \
--box-version 1.0.0
vagrant up
This version was created about 5 years ago.
Ubuntu 16.04 desktop containing Docker 17.09.1-ce and Docker Compose 1.18.0