summaryrefslogtreecommitdiffstats
path: root/Applications
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2014-11-20 17:00:41 +0100
committerstartxfr <clarue@startx.fr>2014-11-20 17:00:41 +0100
commitda24c283afeeb8087b92c2f463ffe5cc73df0c29 (patch)
tree6dc098c55699299edf193fc05f0a7efadecd7e3f /Applications
parent078fc3dde73e6c80aef1b4ff9d3dcbf0789da724 (diff)
downloadphpmyadmin-da24c283afeeb8087b92c2f463ffe5cc73df0c29.tar.gz
phpmyadmin-da24c283afeeb8087b92c2f463ffe5cc73df0c29.tar.bz2
phpmyadmin-da24c283afeeb8087b92c2f463ffe5cc73df0c29.tar.xz
phpmyadmin-da24c283afeeb8087b92c2f463ffe5cc73df0c29.zip
modif de code example dans les readme
Diffstat (limited to 'Applications')
-rw-r--r--Applications/phpmyadmin/README.md5
-rw-r--r--Applications/rockmongo/README.md5
2 files changed, 8 insertions, 2 deletions
diff --git a/Applications/phpmyadmin/README.md b/Applications/phpmyadmin/README.md
index c0796f8..32d2071 100644
--- a/Applications/phpmyadmin/README.md
+++ b/Applications/phpmyadmin/README.md
@@ -21,8 +21,11 @@ Build the container
docker run -d -p 80:80 --name="pma" startx/app-pma
## Accessing server
+access to the running webserver
+ firefox http://localhost:80/pma
- firefox http://localhost/pma
+access to the container itself
+ docker exec -it pma bash
## Related Resources
* [Sources files](https://github.com/startxfr/docker-images/tree/master/Applications/phpmyadmin)
diff --git a/Applications/rockmongo/README.md b/Applications/rockmongo/README.md
index acf9ff0..18f0618 100644
--- a/Applications/rockmongo/README.md
+++ b/Applications/rockmongo/README.md
@@ -21,8 +21,11 @@ Build the container
docker run -d -p 80:80 --name="rockmongo" startx/app-rockmongo
## Accessing server
+access to the running webserver
+ firefox http://localhost:80/rockmongo
- firefox http://localhost/rockmongo
+access to the container itself
+ docker exec -it rockmongo bash
## Related Resources
* [Sources files](https://github.com/startxfr/docker-images/tree/master/Applications/rockmongo)