Vagrant.configure("2") do |config| config.vm.box = "debian/buster64" config.vm.provision "shell", path: "install-docker.sh" end