From da24c283afeeb8087b92c2f463ffe5cc73df0c29 Mon Sep 17 00:00:00 2001
From: startxfr <clarue@startx.fr>
Date: Thu, 20 Nov 2014 17:00:41 +0100
Subject: modif de code example dans les readme

---
 Services/ssh/README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to 'Services/ssh')

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)
-- 
cgit v1.2.3