diff --git a/docs/concepts/storage/volumes.md b/docs/concepts/storage/volumes.md index f8a294bd6c..2d2f4f710f 100644 --- a/docs/concepts/storage/volumes.md +++ b/docs/concepts/storage/volumes.md @@ -27,7 +27,7 @@ Familiarity with [pods](/docs/user-guide/pods) is suggested. ## Background Docker also has a concept of -[volumes](https://docs.docker.com/userguide/dockervolumes/), though it is +[volumes](https://docs.docker.com/engine/admin/volumes/), though it is somewhat looser and less managed. In Docker, a volume is simply a directory on disk or in another container. Lifetimes are not managed and until very recently there were only local-disk-backed volumes. Docker now provides volume