diff --git a/_data/glossary/docker.yaml b/_data/glossary/docker.yaml new file mode 100644 index 0000000000..d055a99f42 --- /dev/null +++ b/_data/glossary/docker.yaml @@ -0,0 +1,9 @@ +id: docker +name: docker +full-link: /docs/reference/kubectl/docker-cli-to-kubectl/ +tags: +- fundamental +short-description: > + Docker is a software technology providing operating-system-level virtualization also known as containers. +long-description: > + 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).