For running a proxmox server in a Docker container!
Find a file
2024-04-22 12:28:04 +02:00
data/network fix: fixed some typos and refined it a bit 2024-04-19 15:25:14 +02:00
pve Update pve/Dockerfile 2024-04-22 12:27:22 +02:00
socat Update socat/sc/Dockerfile 2024-04-22 12:28:04 +02:00
.gitignore dockerfile: Optimized it a bit 2024-04-17 02:12:02 +02:00
docker-compose.yml fix: fixed some typos and refined it a bit 2024-04-19 15:25:14 +02:00
LICENSE woops 2024-04-19 15:38:14 +02:00
README.md Update README.md 2024-04-19 15:39:36 +02:00

pve-docker

For running a proxmox server in a Docker container!

Info

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!!

Network setup

You can set up the network with this:

sudo docker network create --ipam-driver default --subnet 192.168.12.0/24 netvm

Building the images

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 ..

Testing

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!

Contributors

  • DRAGONTOS
  • feddar