summaryrefslogtreecommitdiffstats
path: root/Services/ssh/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Services/ssh/README.md')
-rw-r--r--Services/ssh/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Services/ssh/README.md b/Services/ssh/README.md
index 7f68c79..4735bec 100644
--- a/Services/ssh/README.md
+++ b/Services/ssh/README.md
@@ -23,9 +23,11 @@ Build the container
## Accessing server
access to the running server
+
ssh -p 22022 root@localhost
access to the container itself
+
docker exec -it ssh bash
## Related Resources