aboutsummaryrefslogtreecommitdiffstats
path: root/docs/part-1/1-1_install-xds-server-docker.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/part-1/1-1_install-xds-server-docker.md')
-rw-r--r--docs/part-1/1-1_install-xds-server-docker.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/part-1/1-1_install-xds-server-docker.md b/docs/part-1/1-1_install-xds-server-docker.md
index 37e1fba..a0ab604 100644
--- a/docs/part-1/1-1_install-xds-server-docker.md
+++ b/docs/part-1/1-1_install-xds-server-docker.md
@@ -30,12 +30,12 @@ Use provided script to create a new docker image and start a new container:
# Get script
wget -O xds-docker-create-container.sh 'https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/xds/xds-server.git;a=blob_plain;f=scripts/xds-docker-create-container.sh;hb=master'
-# Create new XDS worker container
-bash ./xds-docker-create-container.sh
+# Create new XDS worker container (-id option value should be changed when you get port conflict error)
+bash ./xds-docker-create-container.sh -id 0
# Check that new container is running
docker ps | grep worker-xds
-f67079db4339 docker.automotivelinux.org/agl/worker-xds:5.0 "/usr/bin/wait_for..." About a minute ago Up 34 seconds 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-HOSTNAME-0-USERNAME
+f67079db4339 docker.automotivelinux.org/agl/worker-xds:5.0 "/usr/bin/wait_for..." About a minute ago Up 34 seconds 0.0.0.0:8000->8000/tcp,0.0.0.0:10809->10809/tcp, 0.0.0.0:2222->22/tcp agl-xds-HOSTNAME-0-USERNAME
```
This container exposes following ports:
@@ -43,7 +43,6 @@ This container exposes following ports:
| Port number | Description |
|-------------|---------------------------------------------|
| 8000 | `xds-server`: serve XDS webapp and REST API |
-| 69 | TFTP |
| 2222 | ssh |
This container also creates the following volumes (shared folders between