added docker glossary entry (#7470)
* added docker glossay entry Signed-off-by: Jeffrey Borek <jborek@us.ibm.com> * Update docker.yamlpull/7210/merge
parent
f6792cf9f8
commit
5aa1126769
|
@ -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).
|
Loading…
Reference in New Issue