From a79dee21fb4fa9c7c94b3fe29a458f0d39e37e83 Mon Sep 17 00:00:00 2001 From: Marcelo Giles Date: Fri, 19 May 2023 11:22:25 -0700 Subject: [PATCH] Remove Docker volumes background reference --- content/en/docs/concepts/storage/volumes.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/content/en/docs/concepts/storage/volumes.md b/content/en/docs/concepts/storage/volumes.md index dd4b5971c1377..53919d525525b 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -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,