Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Docker ====== {{ :container:docker:docker-logo-png-transparent.png?nolink&200|}} **Docker** is an open-source platform designed to automate the deployment, scaling, and management of applications using **container technology**. A container is a lightweight, standalone executable package that includes everything needed to run a piece of software — including the code, runtime, libraries, and system tools. Docker enables developers and system administrators to: * Package applications and dependencies together * Run consistent environments across development and production * Isolate applications for better security and resource control * Build scalable, portable, and version-controlled infrastructure Compared to traditional virtual machines, Docker containers are **faster, more efficient, and more lightweight**, sharing the host OS kernel while maintaining isolation. ===== Table Of Contens ===== {{indexmenu>.#2 | msort tsort nsort }} container/docker/main.txt Last modified: 2026/02/01 21:08by 127.0.0.1