Ubuntu

Provision docker from vagrant

Quick and dirty snippet of the day (so I remember)… The following line in a Vagrantfile will provision docker on the system.

config.vm.provision "docker", run: "once"