summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2014-11-21 19:16:44 +0100
committerstartxfr <clarue@startx.fr>2014-11-21 19:16:44 +0100
commit0aa8ee283e5bc0a5f299664459009e69eaa5d804 (patch)
tree9cd1ce726eea5543d32ae86decadfbab2655b9c5 /README.md
parentdeb27a7ac098e240dde959c5571e2b232897fa7d (diff)
downloadphpmyadmin-0aa8ee283e5bc0a5f299664459009e69eaa5d804.tar.gz
phpmyadmin-0aa8ee283e5bc0a5f299664459009e69eaa5d804.tar.bz2
phpmyadmin-0aa8ee283e5bc0a5f299664459009e69eaa5d804.tar.xz
phpmyadmin-0aa8ee283e5bc0a5f299664459009e69eaa5d804.zip
add flavors to main readme.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 5ca2c19..3467c32 100644
--- a/README.md
+++ b/README.md
@@ -26,13 +26,13 @@ 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
-| OS | Docker Hub repository | flavour 1 | flavour 2 | Flavour 3 |
+| OS | Docker Hub repository | Flavour 1 | Flavour 2 | Flavour 3 |
|---------|-----------------------|---------|-------|-------|
-| Fedora | `startx/fedora` | `:latest` | `:fc20` | `:fc21` |
-| CentOS | `startx/centos` | `:centos6` | `:centos7` | |
+| Fedora Core | `startx/fedora` | `:latest` | `:20` | `:21` |
+| CentOS | `startx/centos` | `:6` | `:7` | |
### Services
-| Service | Docker Hub repository | :latest | :fc20 | :fc21 | :centos6 | :centos7 |
+| Service | Docker Hub repository | latest | Fedora 20 | Fedora 21 | CentOS 6 | CentOS 7 |
|---------|-----------------------|---------|-------|-------|----------|----------|
| Apache | `startx/sv-apache` | `:latest` | `:fc20` | `:fc21` | `:centos6` | `:centos7` |
| MariaDB | `startx/sv-mariadb` | `:latest` | `:fc20` | `:fc21` | `:centos6` | `:centos7` |
@@ -45,7 +45,7 @@ This repository offer various flavour of Red Hat like distribution. Tag `:latest
| SSH | `startx/sv-ssh` | `:latest` | `:fc20` | `:fc21` | `:centos6` | `:centos7` |
### Applications
-| Applications | Docker Hub repository | :latest | :fc20 | :fc21 | :centos6 | :centos7 |
+| Applications | Docker Hub repository | latest | Fedora 20 | Fedora 21 | CentOS 6 | CentOS 7 |
|---------|-----------------------|---------|-------|-------|----------|----------|
| PhpMyAdmin | `startx/sv-pma` | `:latest` | `:fc20` | `:fc21` | `:centos6` | `:centos7` |
| RockMongo | `startx/sv-rockmongo` | `:latest` | `:fc20` | `:fc21` | `:centos6` | `:centos7` |