2026-05-25 20:32:56 +02:00
2026-05-25 20:01:19 +02:00
2026-05-25 18:08:58 +02:00
2026-05-25 18:08:58 +02:00
2026-05-25 20:31:30 +02:00
2026-05-25 20:07:32 +02:00
2026-05-25 18:08:58 +02:00
2026-05-25 17:25:29 +02:00
2026-05-25 20:32:56 +02:00

Proxmox

Build Version Size Pulls

Proxmox inside a Docker container.

Features

  • Fast virtual machines
  • Isolated LXC containers
  • Web-based management interface

Usage 🐳

Via Docker Compose:
services:
  proxmox:
    hostname: proxmox
    image: dockurr/proxmox
    container_name: proxmox
    ports:
      - 8006:8006
    restart: always
    privileged: true
    stop_grace_period: 1m
Via Docker CLI:
docker run -it --rm --name proxmox --hostname proxmox -p 8006:8006 --privileged --stop-timeout 60 docker.io/dockurr/proxmox
Via Github Codespaces:

Open in GitHub Codespaces

FAQ 💬

How do I use it?

Very simple! These are the steps:

  • Start the container and connect to port 8006 using your web browser.

  • Login using the username root and default password root

  • Change the login details to something more secure

Enjoy your time with your brand new Proxmox installation, and don't forget to star this repo!

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%