diff options
author | startxfr <clarue@startx.fr> | 2014-11-21 19:00:43 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2014-11-21 19:00:43 +0100 |
commit | f2410f0245ea018713475ce821330ceb913f649c (patch) | |
tree | 3a07e26092da822db95fe227866c97dcba2c7c72 /README.md | |
parent | 5c1c402d6c6d95e8706558ab6674c793b75f5be5 (diff) | |
download | phpmyadmin-f2410f0245ea018713475ce821330ceb913f649c.tar.gz phpmyadmin-f2410f0245ea018713475ce821330ceb913f649c.tar.bz2 phpmyadmin-f2410f0245ea018713475ce821330ceb913f649c.tar.xz phpmyadmin-f2410f0245ea018713475ce821330ceb913f649c.zip |
add flavors to main readme.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -3,6 +3,7 @@ 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` @@ -24,11 +25,11 @@ Docker container images all based on red hat like distributions. Actually you ca 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` +* Operating Systems + * **Fedora** : `startx/fedora:latest` `startx/fedora:20` `startx/fedora:21` * **CentOS** : `:6` `:7` * Services - * **Apache** : startx/fedora `:latest` `:fc20` `:fc21` `:centos6` `:centos7` + * **Apache** : `:latest` `:fc20` `:fc21` `:centos6` `:centos7` * **MariaDB** : `:latest` `:fc20` `:fc21` `:centos6` `:centos7` * **Memcache** : `:latest` `:fc20` `:fc21` `:centos6` `:centos7` * **MongoDB** : `:latest` `:fc20` `:fc21` `:centos6` `:centos7` |