From 2feb96d136a613cb7f9b773bb2f6c9d1e7d66eed Mon Sep 17 00:00:00 2001 From: Parth Dode Date: Wed, 6 May 2020 19:19:41 +0530 Subject: Edited the manually setup the docker passowrd section (2nd commit) Change-Id: Ia8a2636ae0a9baf32da484b29eec92a613681c1b Signed-off-by: Parth Dode --- docs/part-1/server-part.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/part-1/server-part.md b/docs/part-1/server-part.md index 7d3cfd5..6db9c98 100644 --- a/docs/part-1/server-part.md +++ b/docs/part-1/server-part.md @@ -208,7 +208,7 @@ ssh -p 2222 devel@localhost -- "systemctl --user restart xds-server" ``` ### Manually setup the Docker Password -If you forget the password set for the container , it might become a problem to ssh into the container and check on the files created. +If you forget the password set for the container , you wont be able to ssh into the container and check on the files created. For such a time , you need to set up a new password for the container. Use the following commands to do just that: ```bash -- cgit 1.2.3-korg