awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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·24 مشاهدات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.

سجل النجوم

مخطط تاريخ النجوم لـ docker/docker-ceمخطط تاريخ النجوم لـ docker/docker-ce

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Docker Ce

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Docker Ce.
  • docker/dockerالصورة الرمزية لـ docker

    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
  • opencontainers/runtime-specالصورة الرمزية لـ opencontainers

    opencontainers/runtime-spec

    3,641عرض على GitHub↗

    The project provides an open container runtime specification and standardized schema for defining container configurations, namespaces, resource limits, security policies, and filesystem mounts across platforms. It outlines the formal configuration formats, lifecycle operations, and execution environments necessary for portable, isolated container workloads. The specification covers container lifecycle management protocols and structured rules governing container creation, execution startup, process signaling, state tracking, and resource teardown. It standardizes local bundle packaging and

    Gocontainersdockeroci
    عرض على GitHub↗3,641
  • yeasy/docker_practiceالصورة الرمزية لـ yeasy

    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/incusالصورة الرمزية لـ lxc

    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
عرض جميع البدائل الـ 30 لـ Docker Ce→

الأسئلة الشائعة

ما هي وظيفة 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… opencontainers/runtime-spec — The project provides an open container runtime specification and standardized schema for defining container… yeasy/docker_practice — This project is a Docker educational resource and a collection of practical examples designed for learning… lxc/incus — Incus is a unified orchestration platform for managing system containers, OCI application containers, and virtual… lxc/lxc — LXC is an OS-level virtualization framework and Linux container manager used to run multiple isolated Linux systems on… containers/crun — crun is a low-level container runtime that implements the Open Container Initiative specification for managing the…