awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
docker avatar

docker/cli

0
View on GitHub↗
5,693 estrellas·2,096 forks·Go·apache-2.0·4 vistas

Cli

Docker CLI is the command-line tool that enables users to interact with the Docker daemon for building, running, and managing containers. It provides a structured interface for controlling container lifecycles, images, networks, and volumes through a terminal-based workflow.

The tool supports building container images from source code using Dockerfiles, with features like build context streaming and image layer caching to accelerate construction. It also allows starting interactive shells inside containers for isolated development and testing environments.

The CLI operates through a client-server architecture, communicating with a remote Docker daemon over a REST API. A command-parsing pipeline tokenizes user input and dispatches it to handler functions, while a plugin-based extension system enables third-party subcommands and hooks. The daemon abstracts underlying container execution engines to manage lifecycle, isolation, and resource allocation.

Features

  • Container Management Interfaces - Control container lifecycle, images, networks, and volumes through a command-line interface.
  • CLI Command Dispatchers - User input is tokenized, parsed into a command tree, and dispatched to handler functions via a structured CLI framework.
  • Container Lifecycle Management - Controlling container creation, start, stop, and removal through a command-line interface.
  • Container Build Orchestrators - Build container images from source code using Dockerfiles and build contexts.
  • Client-Server Daemon Architectures - The CLI communicates with a remote Docker daemon over a REST API to execute container management commands.
  • Container Runtime Abstractions - The daemon abstracts underlying container execution engines (e.g., runc) to manage lifecycle, isolation, and resource allocation.
  • CLI Plugin Systems - Third-party plugins extend CLI functionality by registering new subcommands and hooks through a defined interface.
  • Container Development Environments - Start an interactive shell inside a container for isolated development and testing.
  • Development Environment Setup - Starting interactive shells inside containers for isolated development and testing workflows.
  • Build Context Injectors - Build contexts are tarred and streamed to the daemon, enabling remote builds without local file copies.
  • Build Layer Caching - Builds reuse cached intermediate layers from previous runs, identified by content hashes, to accelerate image construction.
  • Infrastructure and Automation - Command-line interface for the Docker engine.
  • Go Projects - Listed in the “Go Projects” section of the Awesome For Beginners awesome list.

Historial de estrellas

Gráfico del historial de estrellas de docker/cliGráfico del historial de estrellas de docker/cli

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace docker/cli?

Docker CLI is the command-line tool that enables users to interact with the Docker daemon for building, running, and managing containers. It provides a structured interface for controlling container lifecycles, images, networks, and volumes through a terminal-based workflow.

¿Cuáles son las características principales de docker/cli?

Las características principales de docker/cli son: Container Management Interfaces, CLI Command Dispatchers, Container Lifecycle Management, Container Build Orchestrators, Client-Server Daemon Architectures, Container Runtime Abstractions, CLI Plugin Systems, Container Development Environments.

¿Qué alternativas de código abierto existen para docker/cli?

Las alternativas de código abierto para docker/cli incluyen: weaveworks/scope. moby/buildkit — Buildkit is a programmable container build toolkit and OCI container image builder that converts build definitions… docker/docker-py — docker-py is a Python library and SDK that serves as a programmatic client for the Docker Engine API. It provides a… nikivdev/go — This project is a suite of utilities for binary installation, container build analysis, workspace state persistence,… kubernetes/kubernetes — Kubernetes is a distributed container orchestration platform that automates the deployment, scaling, and management of… hashicorp/terraform — Terraform is a declarative infrastructure-as-code tool designed to manage the lifecycle of cloud and on-premises…

Alternativas open-source a Cli

Proyectos open-source similares, clasificados según cuántas características comparten con Cli.
  • weaveworks/scopeAvatar de weaveworks

    weaveworks/scope

    5,914Ver en GitHub↗
    Gocontainersdockerecs
    Ver en GitHub↗5,914
  • moby/buildkitAvatar de moby

    moby/buildkit

    10,061Ver en GitHub↗

    Buildkit is a programmable container build toolkit and OCI container image builder that converts build definitions into concurrent dependency graphs for image construction. It functions as an OCI image distribution engine, capable of generating container images and exporting artifacts to local storage or remote registries. The project is distinguished by its use of a low-level binary intermediate representation to decouple high-level build languages from the execution engine. It supports multi-platform image builds through user-mode architecture emulation and provides a distributed build cach

    Gobuilderbuildkitcloud-native
    Ver en GitHub↗10,061
  • docker/docker-pyAvatar de docker

    docker/docker-py

    7,184Ver en GitHub↗

    docker-py is a Python library and SDK that serves as a programmatic client for the Docker Engine API. It provides a programmatic interface for controlling containers, images, and clusters, allowing for the automation of containerized applications and engine resources. The library enables remote Docker administration through various transport methods, including Unix domain sockets, TCP ports, and encrypted SSH tunnels. It handles real-time data links by using WebSockets to stream input and output from active containers. The project covers container lifecycle control, image management for buil

    Python
    Ver en GitHub↗7,184
  • nikivdev/goAvatar de nikivdev

    nikivdev/go

    4,856Ver en GitHub↗

    This project is a suite of utilities for binary installation, container build analysis, workspace state persistence, and automated task execution. It functions as a collection of libraries and tools designed to automate development workflows and system tasks. The toolset includes a binary installer that compiles and installs the latest versions of command-line binaries directly to the system path, and a Docker build analyzer for inspecting how instructions create filesystem layers. It also provides a task runner CLI to discover and execute predefined project development tasks, alongside a wor

    Gogo
    Ver en GitHub↗4,856
  • Ver las 30 alternativas a Cli→