Proxmox Datacenter Manager in an simple Docker container!
- Dockerfile 91.6%
- Shell 8.4%
|
All checks were successful
ci/woodpecker/push/1-docker-build Pipeline was successful
Reviewed-on: #1 |
||
|---|---|---|
| .woodpecker | ||
| config | ||
| scripts | ||
| .gitignore | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
| renovate.json | ||
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