To add a Docker container as a Proxmox qdevice
(useful in evenly numbered clusters) run the following process:
- uncomment the port 22 line in
docker-compose.yml
- on the Docker host run
docker compose up --build -d
- on one of your Proxmox nodes run
pvecm qdevice setup <Docker host IP>
and login with the container's root passwordsecurepassword
- (optional) check with
pvecm status
that everything has worked out correctly - comment the port 22 line in
docker-compose.yml
- on the Docker host run
docker compose up --build -d
You can find all the Proxmox docs here and linked in the repo files.