awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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·2 Aufrufe

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.

Star-Verlauf

Star-Verlauf für docker/cliStar-Verlauf für docker/cli

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht 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.

Was sind die Hauptfunktionen von docker/cli?

Die Hauptfunktionen von docker/cli sind: 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.

Welche Open-Source-Alternativen gibt es zu docker/cli?

Open-Source-Alternativen zu docker/cli sind unter anderem: 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…

Open-Source-Alternativen zu Cli

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Cli.
  • weaveworks/scopeAvatar von weaveworks

    weaveworks/scope

    5,914Auf GitHub ansehen↗
    Gocontainersdockerecs
    Auf GitHub ansehen↗5,914
  • moby/buildkitAvatar von moby

    moby/buildkit

    10,061Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,061
  • docker/docker-pyAvatar von docker

    docker/docker-py

    7,184Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,184
  • nikivdev/goAvatar von nikivdev

    nikivdev/go

    4,856Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,856
  • Alle 30 Alternativen zu Cli anzeigen→