Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.05 KB

File metadata and controls

38 lines (27 loc) · 1.05 KB

Proxmox Datacenter Manager (PDM) Docker Image

This repository provides a Dockerized version of the Proxmox Datacenter Manager (PDM), enabling centralized management of Proxmox VE nodes or clusters. It includes optional support for VPN integration using WireGuard or Tailscale for secure communication.

Features

  • Lightweight Debian Bookworm base image.
  • Centralized Proxmox VE management through PDM.
  • Optional VPN support:
    • WireGuard
    • Tailscale
  • Persistent data storage for configuration and logs.
  • Simple deployment using Docker Compose.

Table of Contents

  1. Getting Started
  2. Installation
  3. Configuration
  4. VPN Options
  5. Contributing
  6. License

Getting Started

Prerequisites

  • Docker and Docker Compose installed.
  • Access to your Proxmox VE nodes.

Clone the Repository

git clone https://github.com/<your-username>/proxmox-datacenter-manager-docker.git
cd proxmox-datacenter-manager-docker