aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-10-16 17:42:04 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-10-16 17:42:04 +0200
commita6d19a1b4c3399cfda53e3a83e7156b5a26af80b (patch)
treebf68b6b242c8fac34e5d1280d5b4fa6987d5d14c
parent8c82a12896a17bbd94d107bc15c03b1816a8420c (diff)
Document --volume option of xds-docker-create-container script
-rw-r--r--docs/part-1/2_install-xds-server.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/part-1/2_install-xds-server.md b/docs/part-1/2_install-xds-server.md
index eb9e631..7eafc4e 100644
--- a/docs/part-1/2_install-xds-server.md
+++ b/docs/part-1/2_install-xds-server.md
@@ -84,8 +84,8 @@ inside and outside docker):
| Directory on host | Directory inside docker | Comment |
|-------------------|-------------------------|---------|
| $HOME/xds-workspace | /home/devel/xds-workspace | XDS projects workspace location|
-| $HOME/ssd/xdt_0 | /xdt | location to store SDKs |
-| $HOME/devel/docker/share |/home/devel/share | another shared directory |
+| $HOME/xds-workspace/.xdt_0 | /xdt | location to store SDKs |
+| $USER_VOLUME | $USER_VOLUME | user path, see `--volume` option of `xds-docker-create-container.sh` script |
<!-- note -->
Please refer to **part 2 - xds-server** documentation for additional info.