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.