mirror of https://github.com/docker/docs.git
Merge pull request #18830 from userimack/patch-1
Update instructions.md - Change YOu to You
This commit is contained in:
commit
086fe4bd11
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue