awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • mightymoud/sidekickالصورة الرمزية لـ MightyMoud

    MightyMoud/sidekick

    7,465عرض على 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
    عرض على GitHub↗7,465
  • maiot-io/zenmlالصورة الرمزية لـ maiot-io

    maiot-io/zenml

    5,452عرض على 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
    عرض على GitHub↗5,452
  • psviderski/unregistryالصورة الرمزية لـ psviderski

    psviderski/unregistry

    4,781عرض على 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
    عرض على GitHub↗4,781
  1. Home
  2. DevOps & Infrastructure
  3. Self-Hosted Platform as a Service
  4. Single-Command Deployments
  5. Docker Image Push Deployments

استكشف الوسوم الفرعية

  • 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.