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/mongo/README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to 'Services/mongo')

diff --git a/Services/mongo/README.md b/Services/mongo/README.md
index fa40312..41d4670 100644
--- a/Services/mongo/README.md
+++ b/Services/mongo/README.md
@@ -25,9 +25,12 @@ Build the container
 	docker run -d -p 27017:27017 --name="mongo" sv-mongo
 
 ## Accessing server
-
+access to the running database
 	mongo -h localhost -p 27017
 
+access to the container itself
+	docker exec -it mongo bash
+
 ## Related Resources
 * [Sources files](https://github.com/startxfr/docker-images/tree/master/Services/mongo)
 * [Github STARTX profile](https://github.com/startxfr/docker-images)
-- 
cgit v1.2.3