3 مستودعات
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.
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.
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.
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.