awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
docker avatar

docker/docker-ceArchived

0
View on GitHub↗
5,755 星标·1,507 分支·Go·Apache-2.0·9 次浏览www.docker.com/products/container-runtime↗

Docker Ce

Docker CE 是一个符合 OCI 标准的容器平台和运行时引擎,用于在隔离环境中构建和运行应用。它作为一个 Linux 容器编排器,并提供了一个命令行界面来管理运行中应用实例的整个生命周期。

该平台通过将软件及其依赖项打包,实现了容器化应用部署和跨平台软件分发。它支持微服务架构管理和可重现的本地开发环境的创建。

该系统包括应用生命周期编排功能,允许用户启动、停止和检查容器。它还提供了管理隔离容器的工具,以确保跨不同计算基础设施的一致行为。

Features

  • Container Isolation Technologies - Builds and runs applications within isolated environments to ensure consistent behavior across different computing infrastructures.
  • Image Manifests - Uses structured manifests to define the exact filesystem layers and configuration needed to instantiate containers.
  • Union File System Layers - Stacks read-only image layers with a thin writable layer to share common files across multiple containers.
  • Container Lifecycle Operations - Provides a command-line interface to start, stop, inspect, and remove running container instances.
  • Container Management Tools - Ships a dedicated command-line tool for creating, inspecting, and managing the entire lifecycle of container instances.
  • Container Runtimes - Functions as a runtime engine that builds and executes applications within isolated container environments.
  • Containerized Application Deployments - Packages software into portable isolated containers to ensure identical execution across any machine or server.
  • OCI Container Engines - Implements Open Container Initiative standards to create and manage portable, industry-standard software containers.
  • Namespace-Based Isolation - Creates isolated environments by separating system resources like network interfaces and process IDs using Linux namespaces.
  • Linux Container Managers - Manages the deployment and execution of isolated processes on Linux hosts by leveraging kernel-level features.
  • Application Lifecycle Management - Manages the operational state, health, and lifecycle of containerized applications through a standardized interface.
  • Control Group Resource Limiting - Restricts the amount of CPU and memory a group of processes can consume using Linux kernel control groups.
  • Image-Based Distribution - Distributes pre-configured application images containing all dependencies to eliminate installation errors across different operating systems.
  • Client-Server Daemon Architectures - Implements a decoupled architecture where a CLI client communicates with a persistent background daemon to manage containers.
  • Local Development Environments - Provides tools for creating reproducible local development environments that match production setups without host-level installations.
  • Microservices Management - Orchestrates independent services running in isolated containers to facilitate scaling and updates in microservices architectures.
  • REST API Interfaces - Exposes a standardized HTTP endpoint that allows external tools to programmatically manage container lifecycles.
  • Container Management - Docker community edition.
  • Infrastructure and Orchestration - Industry-standard container runtime.

Star 历史

docker/docker-ce 的 Star 历史图表docker/docker-ce 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Docker Ce 的开源替代方案

相似的开源项目,按与 Docker Ce 的功能重合度排序。
  • docker/dockerdocker 的头像

    docker/docker

    71,736在 GitHub 上查看↗

    Docker is an OCI container engine and runtime orchestrator used to build, run, and manage isolated applications. It functions as a container image builder for creating portable snapshots of applications and a registry manager for storing, versioning, and distributing those images across environments. The platform provides a centralized daemon to control the creation, execution, and termination of containerized workloads. It allows for the assembly of modular container systems by combining build tools, registries, and runtimes. Its core capabilities cover container image creation, registry ad

    Go
    在 GitHub 上查看↗71,736
  • yeasy/docker_practiceyeasy 的头像

    yeasy/docker_practice

    26,111在 GitHub 上查看↗

    This project is a Docker educational resource and a collection of practical examples designed for learning containerization technologies. It serves as a guide for understanding container fundamentals, including the creation and management of custom images and the use of registries. The repository provides specialized references for container security hardening, such as managing kernel privileges and implementing supply chain security. It also includes tutorials for multi-container orchestration and a DevOps guide focused on CI/CD automation and image optimization. The material covers a broad

    Gobookcloud-computingcontainer
    在 GitHub 上查看↗26,111
  • lxc/incuslxc 的头像

    lxc/incus

    4,893在 GitHub 上查看↗

    Incus is a unified orchestration platform for managing system containers, OCI application containers, and virtual machines through a single control plane. It brings together cluster infrastructure management, secure multi-tenancy, software-defined networking, and pluggable storage backend orchestration into one cohesive system exposed via a full REST API and command-line interface. What distinguishes Incus is its ability to run multiple instance types side by side—full Linux system containers, OCI application containers, and QEMU virtual machines—all managed with consistent tooling. Networkin

    Gocloudcontainershacktoberfest
    在 GitHub 上查看↗4,893
  • lxc/lxclxc 的头像

    lxc/lxc

    5,204在 GitHub 上查看↗

    LXC is an OS-level virtualization framework and Linux container manager used to run multiple isolated Linux systems on a single host. It functions as a kernel namespace orchestrator and unprivileged container runtime, allowing for the creation and management of system containers without the overhead of a hypervisor. The project provides unprivileged container execution by mapping container root users to unprivileged host users to prevent host system access. It ensures security through system call filtering and root user isolation, enabling containers to run without requiring host root privile

    C
    在 GitHub 上查看↗5,204
查看 Docker Ce 的所有 30 个替代方案→

常见问题解答

docker/docker-ce 是做什么的?

Docker CE 是一个符合 OCI 标准的容器平台和运行时引擎,用于在隔离环境中构建和运行应用。它作为一个 Linux 容器编排器,并提供了一个命令行界面来管理运行中应用实例的整个生命周期。

docker/docker-ce 的主要功能有哪些?

docker/docker-ce 的主要功能包括:Container Isolation Technologies, Image Manifests, Union File System Layers, Container Lifecycle Operations, Container Management Tools, Container Runtimes, Containerized Application Deployments, OCI Container Engines。

docker/docker-ce 有哪些开源替代品?

docker/docker-ce 的开源替代品包括: docker/docker — Docker is an OCI container engine and runtime orchestrator used to build, run, and manage isolated applications. It… yeasy/docker_practice — This project is a Docker educational resource and a collection of practical examples designed for learning… lxc/lxc — LXC is an OS-level virtualization framework and Linux container manager used to run multiple isolated Linux systems on… lxc/incus — Incus is a unified orchestration platform for managing system containers, OCI application containers, and virtual… containers/crun — crun is a low-level container runtime that implements the Open Container Initiative specification for managing the… sidpalas/devops-directive-docker-course — This project is a Docker educational course and containerization training material. It provides a structured learning…