1
0

初始化提交

This commit is contained in:
2025-02-09 22:58:24 +08:00
commit 745a433842
15 changed files with 3122 additions and 0 deletions

5
Vagrantfile vendored Normal file
View 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