summaryrefslogtreecommitdiffstats
path: root/Services
diff options
context:
space:
mode:
authorchris <cl@startx.fr>2014-06-20 19:27:35 +0200
committerchris <cl@startx.fr>2014-06-20 19:27:35 +0200
commit4c69461903ba2dafda2e3d2c856d86148edf5b07 (patch)
tree2923dda8792064d577b2183eac4452b290552357 /Services
parent8b6370786114c8491e5ce7150a9ee10d4f5fbf76 (diff)
downloadphpmyadmin-4c69461903ba2dafda2e3d2c856d86148edf5b07.tar.gz
phpmyadmin-4c69461903ba2dafda2e3d2c856d86148edf5b07.tar.bz2
phpmyadmin-4c69461903ba2dafda2e3d2c856d86148edf5b07.tar.xz
phpmyadmin-4c69461903ba2dafda2e3d2c856d86148edf5b07.zip
Added sample to the readme and change directory structure
Diffstat (limited to 'Services')
-rw-r--r--Services/mariadb/Dockerfile8
-rw-r--r--Services/mysql/Dockerfile5
-rw-r--r--Services/ooconv/Dockerfile5
-rw-r--r--Services/php/Dockerfile5
4 files changed, 23 insertions, 0 deletions
diff --git a/Services/mariadb/Dockerfile b/Services/mariadb/Dockerfile
new file mode 100644
index 0000000..3803812
--- /dev/null
+++ b/Services/mariadb/Dockerfile
@@ -0,0 +1,8 @@
+
+
+FROM openshift/fedora-mariadb:latest
+MAINTAINER startx dev@startx.fr
+
+# test creation a partir d'une autre image
+RUN echo 'post install de mariadb' > /tmp/post
+
diff --git a/Services/mysql/Dockerfile b/Services/mysql/Dockerfile
new file mode 100644
index 0000000..0ab5bd6
--- /dev/null
+++ b/Services/mysql/Dockerfile
@@ -0,0 +1,5 @@
+
+
+FROM softinnov/mysql:latest
+MAINTAINER startx dev@startx.fr
+
diff --git a/Services/ooconv/Dockerfile b/Services/ooconv/Dockerfile
new file mode 100644
index 0000000..9bde713
--- /dev/null
+++ b/Services/ooconv/Dockerfile
@@ -0,0 +1,5 @@
+
+
+FROM maxexcloo/phpmyadmin:latest
+MAINTAINER startx dev@startx.fr
+
diff --git a/Services/php/Dockerfile b/Services/php/Dockerfile
new file mode 100644
index 0000000..6a87d06
--- /dev/null
+++ b/Services/php/Dockerfile
@@ -0,0 +1,5 @@
+
+
+FROM maxexcloo/nginx-php:latest
+MAINTAINER startx dev@startx.fr
+