Added new README

This commit is contained in:
2025-04-22 09:54:54 +02:00
parent 6d78f73023
commit 2ab36d248d
5 changed files with 258 additions and 38 deletions

2
Vagrantfile vendored
View File

@@ -1,6 +1,6 @@
Vagrant.configure(2) do |config|
config.vm.define "docker" do |docker|
docker.vm.box = "bento/ubuntu-18.04"
docker.vm.box = "bento/ubuntu-24.04"
docker.vm.network "private_network", ip: "192.168.11.22"
docker.vm.hostname = "docker"
docker.vm.synced_folder ".", "/home/vagrant/sync", type: "rsync"