Files
website/content/en/docs/reference/glossary/docker.md
T
Tim Bannister 0e7ae40167 Fix glossary entry for Docker (#14280)
Also mention Docker Engine. Docker as a brand covers several
technologies.
2019-05-12 05:42:10 -07:00

759 B
Executable File

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
Docker docker 2018-04-12 https://docs.docker.com/engine/ Docker is a software technology providing operating-system-level virtualization also known as containers.
fundamental

Docker (specifically, Docker Engine) is a software technology providing operating-system-level virtualization also known as {{< glossary_tooltip text="containers" term_id="container" >}}.

Docker uses the resource isolation features of the Linux kernel such as cgroups and kernel namespaces, and a union-capable file system such as OverlayFS and others to allow independent containers to run within a single Linux instance, avoiding the overhead of starting and maintaining virtual machines (VMs).