diff options
Diffstat (limited to 'Services/ssh/README.md')
-rw-r--r-- | Services/ssh/README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Services/ssh/README.md b/Services/ssh/README.md index efd96f1..7f68c79 100644 --- a/Services/ssh/README.md +++ b/Services/ssh/README.md @@ -22,8 +22,11 @@ Build the container docker run -d -p 22022:22 --name="ssh" sv-ssh ## Accessing server +access to the running server + ssh -p 22022 root@localhost - ssh -p 22022 root@<containerId> +access to the container itself + docker exec -it ssh bash ## Related Resources * [Sources files](https://github.com/startxfr/docker-images/tree/master/Services/ssh) |