Remove Docker volumes background reference

pull/41231/head
Marcelo Giles 2023-05-19 11:22:25 -07:00
parent f88b5fce5d
commit a79dee21fb
No known key found for this signature in database
GPG Key ID: F79A638016E48DFE
1 changed files with 0 additions and 6 deletions

View File

@ -27,12 +27,6 @@ Familiarity with [Pods](/docs/concepts/workloads/pods/) is suggested.
## Background
Docker has a concept of
[volumes](https://docs.docker.com/storage/), though it is
somewhat looser and less managed. A Docker volume is a directory on
disk or in another container. Docker provides volume
drivers, but the functionality is somewhat limited.
Kubernetes supports many types of volumes. A {{< glossary_tooltip term_id="pod" text="Pod" >}}
can use any number of volume types simultaneously.
[Ephemeral volume](/docs/concepts/storage/ephemeral-volumes/) types have a lifetime of a pod,