From b388dc33a5f70864ef9f62e6a6ed9951c122dfd7 Mon Sep 17 00:00:00 2001 From: startxfr Date: Fri, 21 Nov 2014 13:29:03 +0100 Subject: =?UTF-8?q?modif=20des=20readme,=20correction=20du=20bug=20d'exemp?= =?UTF-8?q?le=20d'acc=C3=A8s=20aux=20container.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Services/mongo/README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Services/mongo') diff --git a/Services/mongo/README.md b/Services/mongo/README.md index 41d4670..5c423e3 100644 --- a/Services/mongo/README.md +++ b/Services/mongo/README.md @@ -26,9 +26,11 @@ Build the container ## Accessing server access to the running database + mongo -h localhost -p 27017 access to the container itself + docker exec -it mongo bash ## Related Resources -- cgit v1.2.3