Docker CE ist eine OCI-konforme Container-Plattform und Laufzeit-Engine, die zum Erstellen und Ausführen von Anwendungen innerhalb isolierter Umgebungen verwendet wird. Sie fungiert als Linux-Container-Orchestrator und bietet eine Kommandozeilenschnittstelle zur Verwaltung des gesamten Lebenszyklus laufender Anwendungsinstanzen.
Die Hauptfunktionen von docker/docker-ce sind: Container Isolation Technologies, Image Manifests, Union File System Layers, Container Lifecycle Operations, Container Management Tools, Container Runtimes, Containerized Application Deployments, OCI Container Engines.
Open-Source-Alternativen zu docker/docker-ce sind unter anderem: 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…
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
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
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