Skip to content

Commit 7adc5e3

Browse files
authored
Merge pull request #41231 from mrgiles/22505_update_container_volumes_definition
Remove Docker volumes background reference
2 parents a7aa672 + a79dee2 commit 7adc5e3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

content/en/docs/concepts/storage/volumes.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ Familiarity with [Pods](/docs/concepts/workloads/pods/) is suggested.
2727

2828
## Background
2929

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-
3630
Kubernetes supports many types of volumes. A {{< glossary_tooltip term_id="pod" text="Pod" >}}
3731
can use any number of volume types simultaneously.
3832
[Ephemeral volume](/docs/concepts/storage/ephemeral-volumes/) types have a lifetime of a pod,

0 commit comments

Comments
 (0)