2026-05-25 19:20:46 +02:00
2026-05-25 19:20:46 +02:00
2026-05-25 18:08:58 +02:00
2026-05-25 18:08:58 +02:00
2026-05-25 18:08:58 +02:00
2026-05-25 18:44:39 +02:00
2026-05-25 18:08:58 +02:00
2026-05-25 17:25:29 +02:00
2026-05-25 18:01:08 +02:00

Proxmox

Build Version Size Pulls

Proxmox inside a Docker container.

Features

  • KVM acceleration
  • Web-based viewer
  • Automatic download

Usage 🐳

Via Docker Compose:
services:
  proxmox:
    image: dockurr/proxmox
    container_name: proxmox
    devices:
      - /dev/kvm
      - /dev/net/tun
    cap_add:
      - NET_ADMIN
    ports:
      - 8006:8006
    volumes:
      - ./proxmox:/storage
    restart: always
    stop_grace_period: 2m
Via Docker CLI:
docker run -it --rm --name proxmox -p 8006:8006 --device=/dev/kvm --device=/dev/net/tun --cap-add NET_ADMIN -v "${PWD:-.}/proxmox:/storage" --stop-timeout 120 docker.io/dockurr/proxmox
Via Kubernetes:
kubectl apply -f https://raw.githubusercontent.com/dockur/proxmox/refs/heads/master/kubernetes.yml
Via Github Codespaces:

Open in GitHub Codespaces

FAQ 💬

How do I use it?

Very simple! These are the steps:

Acknowledgements 🙏

Special thanks to rtedpro-cpu, this project would not exist without his invaluable work.

Stars 🌟

Stars

S
Description
No description provided
Readme 1.9 MiB
Languages
Shell 84.4%
Dockerfile 15.6%