Skip to content

Commit

Permalink
Merge pull request #41231 from mrgiles/22505_update_container_volumes…
Browse files Browse the repository at this point in the history
…_definition

Remove Docker volumes background reference
  • Loading branch information
k8s-ci-robot authored May 22, 2023
2 parents a7aa672 + a79dee2 commit 7adc5e3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions content/en/docs/concepts/storage/volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7adc5e3

Please sign in to comment.