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:
@ -334,6 +334,7 @@ Wes Morgan <cap10morgan@gmail.com>
|
||||
Will Dietz <w@wdtz.org>
|
||||
William Delanoue <william.delanoue@gmail.com>
|
||||
Will Rouesnel <w.rouesnel@gmail.com>
|
||||
Will Weaver <monkey@buildingbananas.com>
|
||||
Xiuming Chen <cc@cxm.cc>
|
||||
Yang Bai <hamo.by@gmail.com>
|
||||
Yurii Rashkovskii <yrashk@gmail.com>
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user