Create a Docker CE environment on Debian 10
This commit is contained in:
4
Vagrantfile
vendored
Normal file
4
Vagrantfile
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "debian/buster64"
|
||||
config.vm.provision "shell", path: "install-docker.sh"
|
||||
end
|
Reference in New Issue
Block a user