awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
docker avatar

docker/cli

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

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.

Historique des stars

Graphique de l'historique des stars pour docker/cliGraphique de l'historique des stars pour docker/cli

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait 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.

Quelles sont les fonctionnalités principales de docker/cli ?

Les fonctionnalités principales de docker/cli sont : 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.

Quelles sont les alternatives open-source à docker/cli ?

Les alternatives open-source à docker/cli incluent : 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…

Alternatives open source à Cli

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Cli.
  • weaveworks/scopeAvatar de weaveworks

    weaveworks/scope

    5,914Voir sur GitHub↗
    Gocontainersdockerecs
    Voir sur GitHub↗5,914
  • moby/buildkitAvatar de moby

    moby/buildkit

    10,061Voir sur 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
    Voir sur GitHub↗10,061
  • docker/docker-pyAvatar de docker

    docker/docker-py

    7,184Voir sur 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
    Voir sur GitHub↗7,184
  • nikivdev/goAvatar de nikivdev

    nikivdev/go

    4,856Voir sur 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
    Voir sur GitHub↗4,856
Voir les 30 alternatives à Cli→