awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesDocker Application Deployments

Tools that deploy a Docker application to a remote server with a single command, including zero-downtime releases.

Distinct from Single-Command Deployments: Distinct from Single-Command Deployments: specifically deploys Docker applications with zero-downtime, not general single-command launches.

Explore 3 awesome GitHub repositories matching devops & infrastructure · Docker Application Deployments. Refine with filters or upvote what's useful.

Awesome Docker Application Deployments GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • mightymoud/sidekickAvatar de MightyMoud

    MightyMoud/sidekick

    7,465Ver en GitHub↗

    Sidekick is a command-line tool that provisions bare VPS servers, transfers Docker images, manages secrets, and orchestrates zero-downtime deployments across single or multiple server instances. It handles the full deployment pipeline from a local machine, building container images locally and transferring them directly to the server without requiring a remote container registry. The tool distinguishes itself through an integrated approach to security and automation. It encrypts environment variables locally using SOPS and Age keys, then decrypts them on the server at deploy time for runtime

    Sets up a production-ready environment on a bare VPS and deploys a Docker application with zero-downtime releases.

    Godeploymentherokuself-host
    Ver en GitHub↗7,465
  • opensignlabs/opensignAvatar de OpenSignLabs

    OpenSignLabs/OpenSign

    6,551Ver en GitHub↗

    OpenSign is a self-hosted, open-source document signing platform that enables users to send, sign, and manage PDF documents with digital certificates and encryption. It functions as a complete e-signature solution, allowing organizations to run their own signing service on private infrastructure while maintaining full control over their data and document workflows. The platform supports sequential multi-signer workflows, where documents can be sent to multiple recipients in a predefined order, with each signer receiving an email-based one-time password for verification before accessing the do

    Packages the entire application as a single Docker container with environment variable configuration for instant deployment.

    JavaScriptdigital-signaturedocument-signingdocusign-alternative
    Ver en GitHub↗6,551
  • deis/deisAvatar de deis

    deis/deis

    5,999Ver en GitHub↗

    Deis is an open-source, self-hosted Platform-as-a-Service that deploys and manages containerized applications on a CoreOS cluster using a Heroku-inspired git push workflow. It accepts application code via git push, automatically builds a Docker image, and runs it as a container on the cluster, with systemd and etcd providing service discovery and configuration management. The platform provides a developer experience modeled after Heroku, with a command-line interface for creating, scaling, configuring, and monitoring applications. It hosts a private Git remote per application that triggers th

    Pushes application code to a private Git remote, builds a Docker image, and runs it on a CoreOS cluster.

    Pythoncontainerscoreosdeis-paas
    Ver en GitHub↗5,999
  1. Home
  2. DevOps & Infrastructure
  3. Self-Hosted Platform as a Service
  4. Single-Command Deployments
  5. Docker Application Deployments