From 119c608fad0d4adb00fd0c9a1c7c65a960493e46 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Thu, 16 May 2024 15:43:41 +0300 Subject: [PATCH] docs: update location of `filesystem.md` Signed-off-by: Emmanuel Ferdman --- docs/dockerhub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dockerhub.md b/docs/dockerhub.md index 7db49e9b8..39f29213a 100644 --- a/docs/dockerhub.md +++ b/docs/dockerhub.md @@ -31,7 +31,7 @@ docker tag alpine localhost:5000/alpine docker push localhost:5000/alpine ``` -⚠️ Beware the default configuration uses [`filesystem` storage driver](https://github.com/distribution/distribution/blob/main/docs/storage-drivers/filesystem.md) +⚠️ Beware the default configuration uses [`filesystem` storage driver](https://github.com/distribution/distribution/blob/main/docs/content/storage-drivers/filesystem.md) and the above example command does not mount a local filesystem volume into the running container. If you wish to mount the local filesystem to the `rootdirectory` of the `filesystem` storage driver run the following command: