Skip to content

Commit 5aa1126

Browse files
Jeffrey Borekk8s-ci-robot
Jeffrey Borek
authored andcommitted
added docker glossary entry (kubernetes#7470)
* added docker glossay entry Signed-off-by: Jeffrey Borek <[email protected]> * Update docker.yaml
1 parent f6792cf commit 5aa1126

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_data/glossary/docker.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
id: docker
2+
name: docker
3+
full-link: /docs/reference/kubectl/docker-cli-to-kubectl/
4+
tags:
5+
- fundamental
6+
short-description: >
7+
Docker is a software technology providing operating-system-level virtualization also known as containers.
8+
long-description: >
9+
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).

0 commit comments

Comments
 (0)