aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorParth Dode <dodecoder@gmail.com>2020-05-06 19:19:41 +0530
committerParth Dode <dodecoder@gmail.com>2020-05-06 19:33:34 +0530
commit2feb96d136a613cb7f9b773bb2f6c9d1e7d66eed (patch)
tree958dd304302098e4afb6e5c76241ac906674fff1
parent04b0c56c2ae06645fd649cc00bf353f17e9007b9 (diff)
Change-Id: Ia8a2636ae0a9baf32da484b29eec92a613681c1b Signed-off-by: Parth Dode <dodecoder@gmail.com>
-rw-r--r--docs/part-1/server-part.md2
1 files changed, 1 insertions, 1 deletions
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