diff options
Diffstat (limited to 'Services')
-rw-r--r-- | Services/mariadb/Dockerfile | 8 | ||||
-rw-r--r-- | Services/mysql/Dockerfile | 5 | ||||
-rw-r--r-- | Services/ooconv/Dockerfile | 5 | ||||
-rw-r--r-- | Services/php/Dockerfile | 5 |
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 + |