diff options
author | startxfr <clarue@startx.fr> | 2014-11-21 18:55:54 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2014-11-21 18:55:54 +0100 |
commit | 08a65d5e3eb9e1e89db7280fc00d9f082c77d6ed (patch) | |
tree | 45d6e5b7b19d7aeff38f52e1b0ce7b40b68ef09d | |
parent | e8cdc7c55ab3609b10880edfbe23982f0d659363 (diff) | |
download | phpmyadmin-08a65d5e3eb9e1e89db7280fc00d9f082c77d6ed.tar.gz phpmyadmin-08a65d5e3eb9e1e89db7280fc00d9f082c77d6ed.tar.bz2 phpmyadmin-08a65d5e3eb9e1e89db7280fc00d9f082c77d6ed.tar.xz phpmyadmin-08a65d5e3eb9e1e89db7280fc00d9f082c77d6ed.zip |
add flavors to main readme.
-rw-r--r-- | README.md | 25 |
1 files changed, 24 insertions, 1 deletions
@@ -1,9 +1,11 @@ # STARTX docker-images repository -Docker container images + +Docker container images all based on red hat like distributions. Actually you can find fedora and centos. ## Running container from docker registry images * Operating Systems * Fedora ```docker run -it --name="fedora" startx/fedora bash``` + * CentOS ```docker run -it --name="centos" startx/centos bash``` * Services * Apache ```docker run -d -p 80:80 --name="apache" startx/sv-apache``` * MariaDB ```docker run -d -p 3306:3306 --name="mariadb" startx/sv-mariadb``` @@ -18,6 +20,27 @@ Docker container images * PhpMyAdmin ```docker run -d -p 80:80 --name="pma" startx/app-pma``` * RockMongo ```docker run -d -p 80:80 --name="rockmongo" startx/app-rockmongo``` +## Flavors (tags) for Red Hat like container's + +This repository offer various flavour of Red Hat like distribution. Tag ```:latest``` is actually pointing to fedora core 20 + +# Operating Systems + * Fedora : ```:latest``` ```:20``` ```:21``` + * CentOS : ```:6``` ```:7``` +* Services + * Apache : `startx/fedora` ```:latest``` ```:fc20``` ```:fc21``` ```:centos6``` ```:centos7``` + * MariaDB : ```:latest``` ```:fc20``` ```:fc21``` ```:centos6``` ```:centos7``` + * Memcache : ```:latest``` ```:fc20``` ```:fc21``` ```:centos6``` ```:centos7``` + * MongoDB : ```:latest``` ```:fc20``` ```:fc21``` ```:centos6``` ```:centos7``` + * nodejs : ```:latest``` ```:fc20``` ```:fc21``` ```:centos6``` ```:centos7``` + * ooconv : ```:latest``` ```:fc20``` ```:fc21``` ```:centos6``` ```:centos7``` + * php : ```:latest``` ```:fc20``` ```:fc21``` ```:centos6``` ```:centos7``` + * postgreSQL : ```:latest``` ```:fc20``` ```:fc21``` ```:centos6``` ```:centos7``` + * SSH : ```:latest``` ```:fc20``` ```:fc21``` ```:centos6``` ```:centos7``` +* Applications + * PhpMyAdmin : ```:latest``` ```:fc20``` ```:fc21``` ```:centos6``` ```:centos7``` + * RockMongo : ```:latest``` ```:fc20``` ```:fc21``` ```:centos6``` ```:centos7``` + ## Build and run from local Dockerfile ### Building docker image Copy sources in your docker host / build server |