初始化提交
This commit is contained in:
5
Vagrantfile
vendored
Normal file
5
Vagrantfile
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "gusztavvargadr/docker-linux"
|
||||
config.vm.box_version = "0"
|
||||
config.vm.synced_folder "./", "/vagrant_data"
|
||||
end
|
||||
Reference in New Issue
Block a user