Skip to content

Run a Proxmox qdevice inside a Docker container

Notifications You must be signed in to change notification settings

mashbrno/proxmox-qdevice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-proxmox-quorum-device

To add a Docker container as a Proxmox qdevice (useful in evenly numbered clusters) run the following process:

  1. uncomment the port 22 line in docker-compose.yml
  2. on the Docker host run docker compose up --build -d
  3. on one of your Proxmox nodes run pvecm qdevice setup <Docker host IP> and login with the container's root password securepassword
  4. (optional) check with pvecm status that everything has worked out correctly
  5. comment the port 22 line in docker-compose.yml
  6. on the Docker host run docker compose up --build -d

You can find all the Proxmox docs here and linked in the repo files.

About

Run a Proxmox qdevice inside a Docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 89.5%
  • Shell 10.5%