diff options
author | root <root@localhost.localdomain> | 2014-06-20 20:53:18 +0200 |
---|---|---|
committer | root <root@localhost.localdomain> | 2014-06-20 20:53:18 +0200 |
commit | 3e50ca36886536dbdbdceac2da6f6d77186de485 (patch) | |
tree | 6bdef4eea16c028fa15cb1e8e1327a70038cd8ae /Services/postgres/Dockerfile | |
parent | 4c69461903ba2dafda2e3d2c856d86148edf5b07 (diff) | |
download | phpmyadmin-3e50ca36886536dbdbdceac2da6f6d77186de485.tar.gz phpmyadmin-3e50ca36886536dbdbdceac2da6f6d77186de485.tar.bz2 phpmyadmin-3e50ca36886536dbdbdceac2da6f6d77186de485.tar.xz phpmyadmin-3e50ca36886536dbdbdceac2da6f6d77186de485.zip |
Adding rockmongo and using good and mostly 'official' template providers for our basic images. Changing readme accordingly.
Diffstat (limited to 'Services/postgres/Dockerfile')
-rw-r--r-- | Services/postgres/Dockerfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Services/postgres/Dockerfile b/Services/postgres/Dockerfile new file mode 100644 index 0000000..f16fe0c --- /dev/null +++ b/Services/postgres/Dockerfile @@ -0,0 +1,5 @@ + +FROM postgres:latest +MAINTAINER startx dev@startx.fr + + |