From 850dd839d7f97d39918b9b9454c1e645798e3ff8 Mon Sep 17 00:00:00 2001 From: Mahendra Yadav <12096062+userimack@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:52:05 +0530 Subject: [PATCH] Update instructions.md Changed YOu to You --- content/develop/develop-images/instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/develop/develop-images/instructions.md b/content/develop/develop-images/instructions.md index ce4860e808..ebbcf337b0 100644 --- a/content/develop/develop-images/instructions.md +++ b/content/develop/develop-images/instructions.md @@ -451,7 +451,7 @@ For more information about `ENTRYPOINT`, see [Dockerfile reference for the ENTRY ### VOLUME -YOu should use the `VOLUME` instruction to expose any database storage area, +You should use the `VOLUME` instruction to expose any database storage area, configuration storage, or files and folders created by your Docker container. You are strongly encouraged to use `VOLUME` for any combination of mutable or user-serviceable parts of your image.