diff options
author | chris <cl@startx.fr> | 2014-06-20 19:26:53 +0200 |
---|---|---|
committer | chris <cl@startx.fr> | 2014-06-20 19:26:53 +0200 |
commit | 8b6370786114c8491e5ce7150a9ee10d4f5fbf76 (patch) | |
tree | c1bbdc577d5e3f29bb19859198ed84a12669d239 /mariadb | |
parent | 5973bf226ae3ab4ceca6fec1e1bdac8bf38c7db8 (diff) | |
download | phpmyadmin-8b6370786114c8491e5ce7150a9ee10d4f5fbf76.tar.gz phpmyadmin-8b6370786114c8491e5ce7150a9ee10d4f5fbf76.tar.bz2 phpmyadmin-8b6370786114c8491e5ce7150a9ee10d4f5fbf76.tar.xz phpmyadmin-8b6370786114c8491e5ce7150a9ee10d4f5fbf76.zip |
Added sample to the readme and change directory structure
Diffstat (limited to 'mariadb')
-rw-r--r-- | mariadb/Dockerfile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mariadb/Dockerfile b/mariadb/Dockerfile deleted file mode 100644 index 3803812..0000000 --- a/mariadb/Dockerfile +++ /dev/null @@ -1,8 +0,0 @@ - - -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 - |