"Docker Push Readme" - a Docker CLI plugin to update container repo docs
The main features of christian-korneck/docker-pushrm are: Container Management, Build And Packaging, Image Build and Analysis, Terminal Interfaces.
Open-source alternatives to christian-korneck/docker-pushrm include: wagoodman/dive — Dive is a command-line tool designed for the analysis and optimization of container images. It functions as a layered… ghostwriters/dockstarter — DockSTARTer helps you get started with running apps in Docker. eldara-tech/swarmcli — A terminal UI for Docker Swarm that makes cluster state easier to see, understand, and reason about. containers/skopeo — Skopeo is an OCI container image manager and registry client designed for inspecting, copying, and signing container… durableprogramming/dprs — DPRS (Docker PRocesS Manager) is a terminal user interface for managing Docker containers and monitoring their logs.… hashicorp/packer — Packer is a machine image builder and multi-platform image orchestrator used to create identical virtual machine…
Dive is a command-line tool designed for the analysis and optimization of container images. It functions as a layered storage inspector, allowing users to decompose image manifests to examine individual filesystem layers and identify opportunities to reduce total image size. The tool features a filesystem diffing engine that calculates net changes between sequential layers to highlight redundant data and storage inefficiencies. Users interact with this data through a terminal-based dashboard that provides keyboard-driven navigation of complex file structures and layer metadata. By abstracting
A terminal UI for Docker Swarm that makes cluster state easier to see, understand, and reason about.
Skopeo is an OCI container image manager and registry client designed for inspecting, copying, and signing container images across different registries and storage backends. It enables the manipulation of container images using direct API calls to registries, operating independently of a local container daemon or runtime. The tool provides specialized capabilities for container image mirroring and synchronization, specifically supporting the mirroring of external repositories to internal registries for air-gapped environments. It also functions as a container image signing tool, allowing for
DPRS (Docker PRocesS Manager) is a terminal user interface for managing Docker containers and monitoring their logs. Built with a focus on reliability, usability, and efficient container management.