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.md9
1 files changed, 7 insertions, 2 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 5b30ca5..3589774 100644
--- a/docs/part-1/1-1_install-xds-server-docker.md
+++ b/docs/part-1/1-1_install-xds-server-docker.md
@@ -20,6 +20,11 @@ Docker is installed on the host machine, please refer to [Docker documentation](
>sudo groupadd docker
>sudo usermod -aG docker $USER
># Log out and log back in so that your group membership is re-evaluated
+>
+># You may also need to start docker service manually
+>sudo service docker start
+># or
+>sudo systemctl start docker
>```
>
<!-- end-section-warning -->
@@ -120,7 +125,7 @@ f67079db4339 docker.automotivelinux.org/agl/worker-xds:5.0 "/usr/bin/wa
>}
>```
>
->See also [xds-agent configuration](../part-2/1_xds-agent/1_config.html) chapter for >more details.
+>See also [xds-agent configuration](../part-2/2_xds-agent/2_config.html) chapter for >more details.
<!-- end-section-warning -->
### Manually setup docker user id
@@ -192,5 +197,5 @@ ssh -p 2222 devel@localhost journalctl --user --unit=xds-server.service --output
to next chapter named [Installing AGL SDKs](./3_install-sdks.html)
<!-- section-note -->
-Please refer to [xds-server configuration](../part-2/1_xds-server/1_config.html) chapter for additional info about xds-server settings.
+Please refer to [xds-server configuration](../part-2/1_xds-server/2_config.html) chapter for additional info about xds-server settings.
<!-- end-section-note -->