📄️ Docker
Docker is the recommended way to run SolidPing. It provides isolation, easy updates, and consistent behavior across environments.
📄️ Docker Compose
Docker Compose is ideal for local development or small production deployments where you want to run SolidPing with its database in a single configuration.
📄️ Kubernetes
SolidPing can be deployed on Kubernetes for high availability and scalability.
📄️ Linux Binary
SolidPing can be run directly as a binary on Linux systems. This is useful for environments where Docker is not available or when you want maximum control over the deployment.
📄️ Windows Binary
SolidPing can be run on Windows systems as a standalone executable or as a Windows Service.