Docker CE is an OCI compliant container platform and runtime engine used for building and running applications within isolated environments. It functions as a Linux container orchestrator and provides a command-line interface to manage the entire lifecycle of running application instances. The platform enables containerized application deployment and cross-platform software distribution by packaging software with its dependencies. It supports microservices architecture management and the creation of reproducible local development environments. The system includes capabilities for application
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
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
crun is a low-level container runtime that implements the Open Container Initiative specification for managing the lifecycle of isolated processes. It provides the core mechanisms for container creation, execution, and deletion, ensuring compatibility across platforms through standardized lifecycle management. The project distinguishes itself by offering a shared C library that allows container runtime operations to be embedded directly into other compiled applications. It further extends execution capabilities through specialized handlers that enable the deployment of containers within isola
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.
Die Hauptfunktionen von docker/docker sind: OCI Container Engines, Content-Addressable Storage, Client-Server Daemon Architectures, Container Image Builders, Union File System Layers, Container Image Registries, Container Lifecycle Managers, Docker Image Building.
Open-Source-Alternativen zu docker/docker sind unter anderem: docker/docker-ce — Docker CE is an OCI compliant container platform and runtime engine used for building and running applications within… 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… containers/crun — crun is a low-level container runtime that implements the Open Container Initiative specification for managing the… iam-veeramalla/docker-zero-to-hero. moby/moby — Moby is an OCI container engine and runtime manager designed for building, running, and managing isolated containers…