This repository contains the Dockerfile to build a Docker image for qdevice, a quorum device utility for Corosync. This Docker image allows you to easily deploy and manage a quorum device in a distributed cluster.
- Lightweight image based on Debian Slim Linux.
- Easily deployable in any containerized environment.
- Supports integration with Corosync clusters.
- Docker installed on your machine.
- A running Corosync cluster that you can integrate with.
To build the Docker image locally, clone this repository and run the following command:
docker build -t qdevice .