Fix documentation typo

Signed-off-by: John Tims <john.k.tims@gmail.com>
This commit is contained in:
John Tims
2015-02-02 13:30:11 -08:00
committed by Arnaud Porterie
parent 908be50c44
commit a9825c9bd8
+1 -1
View File
@@ -64,7 +64,7 @@ This will mount the host directory, `/src/webapp`, into the container at
`/opt/webapp`.
> **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
> consistent with the expected behavior of `mount`