Proxmox Datacenter Manager in an simple Docker container!
  • Dockerfile 91.6%
  • Shell 8.4%
Find a file
phil d1839b01fa
All checks were successful
ci/woodpecker/push/1-docker-build Pipeline was successful
Merge pull request 'chore: Configure Renovate' (#1) from renovate/configure into main
Reviewed-on: #1
2026-05-17 15:24:05 +02:00
.woodpecker ci: update docker registry credentials to use package secrets 2026-05-17 09:49:44 +02:00
config feat: add Dockerfile and documentation for Proxmox Datacenter Manager container 2026-05-17 09:38:04 +02:00
scripts feat: add Dockerfile and documentation for Proxmox Datacenter Manager container 2026-05-17 09:38:04 +02:00
.gitignore chore(config): add .idea/ to .gitignore 2026-05-17 09:19:10 +02:00
Dockerfile feat: add Dockerfile and documentation for Proxmox Datacenter Manager container 2026-05-17 09:38:04 +02:00
LICENSE feat: add Dockerfile and documentation for Proxmox Datacenter Manager container 2026-05-17 09:38:04 +02:00
README.md feat: add Dockerfile and documentation for Proxmox Datacenter Manager container 2026-05-17 09:38:04 +02:00
renovate.json Add renovate.json 2026-05-17 10:52:16 +00:00

pdm-docker

Proxmox Datacenter Manager in a simple Docker container!

ENVs

Name Describtion
PASSWORD PDM root password for pam auth

Docker-Compose example

services:
  pdm:
    image: git.hackmi.ch/phil/pdm-docker:latest
    restart: unless-stopped
    stdin_open: true
    tty: true
    cgroup: private
    cap_add:
      - SYS_ADMIN
      - NET_ADMIN
    security_opt:
      - seccomp=unconfined
      - apparmor=unconfined
    ports:
      - "2222:22"
      - "8443:8443"
    environment:
      - PASSWORD=123