diff options
Diffstat (limited to 'Services/mariadb/Dockerfile')
-rw-r--r-- | Services/mariadb/Dockerfile | 8 |
1 files changed, 8 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 + |