1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Fix documentation typo

Signed-off-by: John Tims <john.k.tims@gmail.com>
This commit is contained in:
John Tims 2015-01-30 12:31:41 -05:00
parent 3b0326fc81
commit 2f5919966a

View file

@ -64,7 +64,7 @@ This will mount the host directory, `/src/webapp`, into the container at
`/opt/webapp`. `/opt/webapp`.
> **Note:** > **Note:**
> If the path `/opt/webapp` already exists inside the container's image, it's > If the path `/opt/webapp` already exists inside the container's image, its
> contents will be replaced by the contents of `/src/webapp` on the host to stay > contents will be replaced by the contents of `/src/webapp` on the host to stay
> consistent with the expected behavior of `mount` > consistent with the expected behavior of `mount`