diff options
author | startxfr <clarue@startx.fr> | 2014-11-21 19:08:31 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2014-11-21 19:08:31 +0100 |
commit | 371b80a8179f34db45c054618a828234b421038a (patch) | |
tree | 48de234bd7fb73dec7fe3066b653b96b669181b3 /README.md | |
parent | 131c445d0e443b28f4f3320b03ec47a96b81f95a (diff) | |
download | phpmyadmin-371b80a8179f34db45c054618a828234b421038a.tar.gz phpmyadmin-371b80a8179f34db45c054618a828234b421038a.tar.bz2 phpmyadmin-371b80a8179f34db45c054618a828234b421038a.tar.xz phpmyadmin-371b80a8179f34db45c054618a828234b421038a.zip |
add flavors to main readme.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -25,8 +25,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 + +| Service | Docker Hub repository | :latest | :fc20 | :fc21 | :centos6 | :centos7 | +| Apache | `startx/sv-apache` | :latest | :fc20 | :fc21 | :centos6 | :centos7 | + + * Operating Systems - * **Fedora** : startx/fedora**:latest** startx/fedora**:20** startx/fedora**:21** + * **Fedora** : `:latest` `:20` `:21` * **CentOS** : `:6` `:7` * Services * **Apache** : `:latest` `:fc20` `:fc21` `:centos6` `:centos7` |