summaryrefslogtreecommitdiffstats
path: root/Services/mongo
diff options
context:
space:
mode:
authorroot <root@localhost.localdomain>2014-06-20 22:43:09 +0200
committerroot <root@localhost.localdomain>2014-06-20 22:43:09 +0200
commite8febdbd1fdb61f36360c82a8779bfc14261cdcb (patch)
treed55a1f50143e87692dafec6cf5c0191c1ab3b599 /Services/mongo
parent7cc49ede779d65e5c3221ce07ae38086c8874b09 (diff)
downloadphpmyadmin-e8febdbd1fdb61f36360c82a8779bfc14261cdcb.tar.gz
phpmyadmin-e8febdbd1fdb61f36360c82a8779bfc14261cdcb.tar.bz2
phpmyadmin-e8febdbd1fdb61f36360c82a8779bfc14261cdcb.tar.xz
phpmyadmin-e8febdbd1fdb61f36360c82a8779bfc14261cdcb.zip
rename mariadb and mongodb directory
Diffstat (limited to 'Services/mongo')
-rw-r--r--Services/mongo/Dockerfile6
-rw-r--r--Services/mongo/README.md9
2 files changed, 15 insertions, 0 deletions
diff --git a/Services/mongo/Dockerfile b/Services/mongo/Dockerfile
new file mode 100644
index 0000000..76d7a2f
--- /dev/null
+++ b/Services/mongo/Dockerfile
@@ -0,0 +1,6 @@
+
+
+FROM mongo:latest
+MAINTAINER startx dev@startx.fr
+
+
diff --git a/Services/mongo/README.md b/Services/mongo/README.md
new file mode 100644
index 0000000..63e976f
--- /dev/null
+++ b/Services/mongo/README.md
@@ -0,0 +1,9 @@
+STARTX docker-images - MongoDB
+==============================
+
+**Description**
+Based on the docker default mongo Dockerfile
+
+**Usage**
+
+ docker run --name="test-mongo" -d startx/sv-mongo