adding note that host-volumes must be defined using absolute paths

Docker-DCO-1.1-Signed-off-by: Will Weaver <monkey@buildingbananas.com> (github: funkymonkeymonk)
Upstream-commit: 3ddfbf68802b7a62dcdefd46decb3f7f6faebabe
Component: engine
This commit is contained in:
FunkyMonkeyMonk
2014-03-01 20:43:53 -05:00
parent e441b60c93
commit b706d63e16
2 changed files with 2 additions and 0 deletions
@@ -90,6 +90,7 @@ Mount a Host Directory as a Container Volume:
-v=[]: Create a bind mount with: [host-dir]:[container-dir]:[rw|ro].
You must specify an absolute path for ``host-dir``.
If ``host-dir`` is missing from the command, then docker creates a new volume.
If ``host-dir`` is present but points to a non-existent directory on the host,
Docker will automatically create this directory and use it as the source of the