From 32dcf3f8430a5e9bb913834d43738c495376ba8f Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Wed, 18 Oct 2017 17:35:38 +0200 Subject: Various updates to reflect current XDS state. Signed-off-by: Sebastien Douheret --- docs/part-1/2_install-xds-server.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/part-1/2_install-xds-server.md') diff --git a/docs/part-1/2_install-xds-server.md b/docs/part-1/2_install-xds-server.md index 7a8ff23..5ac244c 100644 --- a/docs/part-1/2_install-xds-server.md +++ b/docs/part-1/2_install-xds-server.md @@ -57,6 +57,14 @@ seb@laptop ~$ docker ps | grep worker-xds b985d81af40c docker.automotivelinux.org/agl/worker-xds:3.99.1 "/usr/bin/wait_for..." 6 days ago Up 4 hours 0.0.0.0:8000->8000/tcp, 0.0.0.0:69->69/udp, 0.0.0.0:10809->10809/tcp, 0.0.0.0:2222->22/tcp agl-xds-seb@laptop-0-seb ``` +Note that you can also add a new shared directory using `--volume` option in order +to use for example with Path-Mapping folder type. + +```bash +# Create new XDS worker container and share extra '$HOME/my-workspace' directory +seb@laptop ~$ bash ./xds-docker-create-container.sh --volume /my-workspace:$HOME/my-workspace +``` + ### Check if xds-server is running `xds-server` is automatically started as a service on container startup. -- cgit 1.2.3-korg