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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesDocker Image Push Deployments

Tools that push a local Docker image to a remote host and start it with a single CLI invocation.

Distinct from Single-Command Deployments: Distinct from Single-Command Deployments: focuses on pushing a Docker image specifically, not general application deployment.

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

Awesome Docker Image Push Deployments GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • mightymoud/sidekickAvatar MightyMoud

    MightyMoud/sidekick

    7,465Vezi pe 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

    Pushes a local Docker image to a remote host and starts it with a single CLI invocation.

    Godeploymentherokuself-host
    Vezi pe GitHub↗7,465
  • maiot-io/zenmlAvatar maiot-io

    maiot-io/zenml

    5,452Vezi pe GitHub↗

    ZenML is an extensible machine learning orchestration framework designed to manage the end-to-end lifecycle of data pipelines and AI agent workflows. It functions as a durable orchestrator that executes machine learning tasks as directed acyclic graphs, ensuring that every step is containerized for consistent performance across local, cloud, and hybrid infrastructure. By decoupling pipeline code from underlying compute and storage backends, the platform allows developers to define infrastructure-agnostic stacks that remain portable across diverse environments. The project distinguishes itself

    Runs server instances using specialized Docker images to support custom artifact stores or modified internal logic.

    Python
    Vezi pe GitHub↗5,452
  • psviderski/unregistryAvatar psviderski

    psviderski/unregistry

    4,781Vezi pe GitHub↗

    Unregistry is a decentralized container cluster orchestrator and Docker Compose manager. It allows for the deployment and scaling of containerized services across multiple remote hosts without the need for a centralized control plane. The project distinguishes itself by providing a registry-less deployment model, using SSH to transfer container image layers directly to remote servers. This capability enables deployments to air-gapped or private networks by bypassing external image registries entirely. The system covers a broad range of operational capabilities, including overlay mesh network

    Allows pushing Docker images directly to remote servers via SSH to bypass external image registries.

    Gocontainerddockergolang
    Vezi pe GitHub↗4,781
  1. Home
  2. DevOps & Infrastructure
  3. Self-Hosted Platform as a Service
  4. Single-Command Deployments
  5. Docker Image Push Deployments

Explorează sub-etichetele

  • Registry-less DeploymentsDeployments that push images directly to hosts via SSH, removing the dependency on an image registry. **Distinct from Docker Image Push Deployments:** Specifically focuses on the removal of the registry from the workflow, not just single-command pushing.