We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7aa672 + a79dee2 commit 7adc5e3Copy full SHA for 7adc5e3
content/en/docs/concepts/storage/volumes.md
@@ -27,12 +27,6 @@ Familiarity with [Pods](/docs/concepts/workloads/pods/) is suggested.
27
28
## Background
29
30
-Docker has a concept of
31
-[volumes](https://docs.docker.com/storage/), though it is
32
-somewhat looser and less managed. A Docker volume is a directory on
33
-disk or in another container. Docker provides volume
34
-drivers, but the functionality is somewhat limited.
35
-
36
Kubernetes supports many types of volumes. A {{< glossary_tooltip term_id="pod" text="Pod" >}}
37
can use any number of volume types simultaneously.
38
[Ephemeral volume](/docs/concepts/storage/ephemeral-volumes/) types have a lifetime of a pod,
0 commit comments