diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/part-1/server-part.md | 2 |
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 |