summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2014-11-21 19:14:25 +0100
committerstartxfr <clarue@startx.fr>2014-11-21 19:14:25 +0100
commitdeb27a7ac098e240dde959c5571e2b232897fa7d (patch)
treeb36f15a21e32f6ac32b223286d95fe297af10f1f /README.md
parente05d03654488c87a6208a03af7e6d9e485bf598e (diff)
downloadphpmyadmin-deb27a7ac098e240dde959c5571e2b232897fa7d.tar.gz
phpmyadmin-deb27a7ac098e240dde959c5571e2b232897fa7d.tar.bz2
phpmyadmin-deb27a7ac098e240dde959c5571e2b232897fa7d.tar.xz
phpmyadmin-deb27a7ac098e240dde959c5571e2b232897fa7d.zip
add flavors to main readme.
Diffstat (limited to 'README.md')
-rw-r--r--README.md39
1 files changed, 21 insertions, 18 deletions
diff --git a/README.md b/README.md
index 533c9a6..5ca2c19 100644
--- a/README.md
+++ b/README.md
@@ -25,28 +25,31 @@ 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 |
+|---------|-----------------------|---------|-------|-------|
+| Fedora | `startx/fedora` | `:latest` | `:fc20` | `:fc21` |
+| CentOS | `startx/centos` | `:centos6` | `:centos7` | |
+### Services
| Service | Docker Hub repository | :latest | :fc20 | :fc21 | :centos6 | :centos7 |
|---------|-----------------------|---------|-------|-------|----------|----------|
-| Apache | `startx/sv-apache` | :latest | :fc20 | :fc21 | :centos6 | :centos7 |
-
+| Apache | `startx/sv-apache` | `:latest` | `:fc20` | `:fc21` | `:centos6` | `:centos7` |
+| MariaDB | `startx/sv-mariadb` | `:latest` | `:fc20` | `:fc21` | `:centos6` | `:centos7` |
+| Memcache | `startx/sv-memcache` | `:latest` | `:fc20` | `:fc21` | `:centos6` | `:centos7` |
+| MongoDB | `startx/sv-mongo` | `:latest` | `:fc20` | `:fc21` | `:centos6` | `:centos7` |
+| nodejs | `startx/sv-nodejs` | `:latest` | `:fc20` | `:fc21` | `:centos6` | `:centos7` |
+| ooconv | `startx/sv-ooconv` | `:latest` | `:fc20` | `:fc21` | `:centos6` | `:centos7` |
+| php | `startx/sv-php` | `:latest` | `:fc20` | `:fc21` | `:centos6` | `:centos7` |
+| postgreSQL | `startx/sv-postgres` | `:latest` | `:fc20` | `:fc21` | `:centos6` | `:centos7` |
+| SSH | `startx/sv-ssh` | `:latest` | `:fc20` | `:fc21` | `:centos6` | `:centos7` |
+
+### Applications
+| Applications | Docker Hub repository | :latest | :fc20 | :fc21 | :centos6 | :centos7 |
+|---------|-----------------------|---------|-------|-------|----------|----------|
+| PhpMyAdmin | `startx/sv-pma` | `:latest` | `:fc20` | `:fc21` | `:centos6` | `:centos7` |
+| RockMongo | `startx/sv-rockmongo` | `:latest` | `:fc20` | `:fc21` | `:centos6` | `:centos7` |
-* Operating Systems
- * **Fedora** : `:latest` `:20` `:21`
- * **CentOS** : `:6` `:7`
-* Services
- * **Apache** : `: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