summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2014-11-29 04:11:44 +0100
committerstartxfr <clarue@startx.fr>2014-11-29 04:11:44 +0100
commitde3cd0a17a285afa0dd783ec11024c992f4aa3ff (patch)
tree673c92818acfa12d02f3342b94747d8792586212 /README.md
parent6d20210fdecb7dda4181b5a743d104644d5dfbaa (diff)
downloadphpmyadmin-de3cd0a17a285afa0dd783ec11024c992f4aa3ff.tar.gz
phpmyadmin-de3cd0a17a285afa0dd783ec11024c992f4aa3ff.tar.bz2
phpmyadmin-de3cd0a17a285afa0dd783ec11024c992f4aa3ff.tar.xz
phpmyadmin-de3cd0a17a285afa0dd783ec11024c992f4aa3ff.zip
modif pour mise en place avancé de mariadb
Diffstat (limited to 'README.md')
-rw-r--r--README.md76
1 files changed, 38 insertions, 38 deletions
diff --git a/README.md b/README.md
index bf84dc0..a64c099 100644
--- a/README.md
+++ b/README.md
@@ -5,58 +5,58 @@ Docker container images all based on red hat like distributions. Actually you ca
## Running container from docker registry images
### Operating Systems
-| OS | Command |
-|---------|-----|
-| Fedora Core | `docker run -it --name="fedora" startx/fedora bash` |
-| CentOS | `docker run -it --name="centos" startx/centos bash` |
+| OS | Command |
+|---------------------|----------------------------------------------------------------------|
+| Fedora Core | `docker run -it --name="fedora" startx/fedora bash` |
+| CentOS | `docker run -it --name="centos" startx/centos bash` |
### Services
-| Services | Command |
-|---------|-----|
-| **Apache** | `docker run -d -p 80:80 --name="apache" startx/sv-apache` |
-| **MariaDB** | `docker run -d -p 3306:3306 --name="mariadb" startx/sv-mariadb` |
-| **Memcache** | `docker run -d -p 11211:11211 --name="memcache" startx/sv-memcache` |
-| **MongoDB** | `docker run -d -p 27017:27017 --name="mongo" startx/sv-mongo` |
-| **nodejs** | `docker run -d -p 8000:8000 --name="nodejs" startx/sv-nodejs` |
-| **ooconv** | `docker run -d -p XXX:XXX --name="ooconv" startx/sv-ooconv` |
-| **php** | `docker run -d -p 80:80 --name="php" startx/sv-php` |
-| **postgreSQL** | `docker run -d -p 5432:5432 --name="postgres" startx/sv-postgres` |
-| **SSH** | `docker run -d -p 22:22 --name="ssh" startx/sv-ssh` |
+| Services | Command |
+|---------------------|----------------------------------------------------------------------|
+| **Apache** | `docker run -d -p 80:80 --name="apache" startx/sv-apache` |
+| **MariaDB** | `docker run -d -p 3306:3306 --name="mariadb" startx/sv-mariadb` |
+| **Memcache** | `docker run -d -p 11211:11211 --name="memcache" startx/sv-memcache` |
+| **MongoDB** | `docker run -d -p 27017:27017 --name="mongo" startx/sv-mongo` |
+| **nodejs** | `docker run -d -p 8000:8000 --name="nodejs" startx/sv-nodejs` |
+| **ooconv** | `docker run -d -p XXX:XXX --name="ooconv" startx/sv-ooconv` |
+| **php** | `docker run -d -p 80:80 --name="php" startx/sv-php` |
+| **postgreSQL** | `docker run -d -p 5432:5432 --name="postgres" startx/sv-postgres` |
+| **SSH** | `docker run -d -p 22:22 --name="ssh" startx/sv-ssh` |
### Applications
-| Applications | Command |
-|---------|-----|
-| **PhpMyAdmin** | `docker run -d -p 80:80 --name="pma" startx/app-pma` |
-| **RockMongo** | `docker run -d -p 80:80 --name="rockmongo" startx/app-rockmongo` |
+| Applications | Command |
+|---------------------|----------------------------------------------------------------------|
+| **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
-| OS | Docker Hub repository | Flavour 1 | Flavour 2 | Flavour 3 |
-|---------|-----------------------|---------|-------|-------|
-| Fedora Core | `startx/fedora` | `:latest` | `:20` | `:21` |
-| CentOS | `startx/centos` | `:6` | `:7` | |
+| OS | Docker Hub repository | Flavour |
+|---------------|--------------------------------|------------------------|
+| Fedora Core | `startx/fedora` | `:latest` `:20` `:21` |
+| CentOS | `startx/centos` | `:6` `:7` |
### Services
-| Service | Docker Hub repository | latest | Fedora | Fedora | CentOS | CentOS |
-|---------|-----------------------|---------|-------|-------|----------|----------|
-| 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` |
+| Service | Docker Hub repository | Fedora | CentOS |
+|------------|-----------------------|---------------------------|-----------------------|
+| 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
-| Service | Docker Hub repository | latest | Fedora | Fedora | CentOS | CentOS |
-|---------|-----------------------|---------|-------|-------|----------|----------|
-| PhpMyAdmin | `startx/sv-pma` | `:latest` | `:fc20` | `:fc21` | `:centos6` | `:centos7` |
-| RockMongo | `startx/sv-rockmongo` | `:latest` | `:fc20` | `:fc21` | `:centos6` | `:centos7` |
+| Service | Docker Hub repository | Fedora | CentOS |
+|------------|-----------------------|---------------------------|-----------------------|
+| PhpMyAdmin | `startx/sv-pma` | `:latest` `:fc20` `:fc21` | `:centos6` `:centos7` |
+| RockMongo | `startx/sv-rockmongo` | `:latest` `:fc20` `:fc21` | `:centos6` `:centos7` |
### Running sample container's