1 repository
Pushing individual container image layers directly to remote hosts over secure shell connections.
Distinct from SSH Deployment Tools: Focuses on the transfer of container image layers specifically, rather than general code or config pushes via SSH.
Explore 1 awesome GitHub repository matching devops & infrastructure · SSH-Based Layer Transfers. Refine with filters or upvote what's useful.
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
Pushes container image layers directly to remote servers over SSH to bypass external registries.