For running a proxmox server in a Docker container!
You might want to change the hostname in docker-compose.yml to something you like, and for Socat You can change the './socat/data/socat.sh' and ips/ports you want to passtthrough. AND DONT FORGET TO DO THAT TOO IN THE DOCKER-COMPOSE.YML!!
You can set up the network with this:
sudo docker network create --ipam-driver default --subnet 192.168.12.0/24 netvm
We first need to build the images to do this:
sudo docker compose build
And you will need to do that too for Socat. Just run this:
cd socat && sudo docker compose build && cd ..
Now that they are built you can run this:
sudo docker compose up
And to test Socat, just run this:
cd socat && sudo docker compose up && cd ..
If everything seems fine (no errors), then you can run them with -d!
- DRAGONTOS
- feddar