summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2015-12-05 07:10:28 +0100
committerstartxfr <clarue@startx.fr>2015-12-05 07:10:28 +0100
commitfe5be8e15a2dcdbdf45be0666ee2e622925e3fbc (patch)
treed000a93ddcdb361245d5f2546ff7e03fe061e166
parent7718857d458eb7c6fb29878947381db4d5fb8099 (diff)
downloadphpmyadmin-fe5be8e15a2dcdbdf45be0666ee2e622925e3fbc.tar.gz
phpmyadmin-fe5be8e15a2dcdbdf45be0666ee2e622925e3fbc.tar.bz2
phpmyadmin-fe5be8e15a2dcdbdf45be0666ee2e622925e3fbc.tar.xz
phpmyadmin-fe5be8e15a2dcdbdf45be0666ee2e622925e3fbc.zip
addapting master documentation
-rw-r--r--Services/apache/README.md3
-rw-r--r--Services/mariadb/README.md3
-rw-r--r--Services/memcache/README.md3
-rw-r--r--Services/mongo/README.md3
-rw-r--r--Services/nodejs/README.md3
-rw-r--r--Services/ooconv/README.md3
-rw-r--r--Services/php/README.md3
-rw-r--r--Services/postgres/README.md3
8 files changed, 16 insertions, 8 deletions
diff --git a/Services/apache/README.md b/Services/apache/README.md
index 858a923..63fbf8e 100644
--- a/Services/apache/README.md
+++ b/Services/apache/README.md
@@ -10,7 +10,8 @@ weight=3
# Docker OS Images : APACHE
Simple and lightweight (120Mo) container used to deliver static http content include all apache's modules but no external languages engines (like php). For dynamic content, you should use our [sv-php service container](https://hub.docker.com/r/startx/sv-php)
-Run [apache httpd daemon](https://httpd.apache.org/) under a container based on [startx/fedora container](https://hub.docker.com/r/startx/fedora)
+Run [apache httpd daemon](https://httpd.apache.org/) under a container
+based on [startx/fedora container](https://hub.docker.com/r/startx/fedora)
| [![Build Status](https://travis-ci.org/startxfr/docker-images.svg)](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx/sv-apache/) | [Sources](https://github.com/startxfr/docker-images/Services/apache) | [STARTX Profile](https://github.com/startxfr) |
|-------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------|----------------------------------------------------------------------------------|-----------------------------------------------|
diff --git a/Services/mariadb/README.md b/Services/mariadb/README.md
index 3c8aafc..b1e3d3f 100644
--- a/Services/mariadb/README.md
+++ b/Services/mariadb/README.md
@@ -10,7 +10,8 @@ weight=3
# Docker OS Images : MARIADB
Simple and lightweight (170Mo) container used to deliver simple and easy to use transactional database using mysql like database provided by [mariadb open-source project](https://mariadb.org/).
-Run [mariadb daemon](https://mariadb.org/) under a container based on [startx/fedora container](https://hub.docker.com/r/startx/fedora)
+Run [mariadb daemon](https://mariadb.org/) under a container
+based on [startx/fedora container](https://hub.docker.com/r/startx/fedora)
| [![Build Status](https://travis-ci.org/startxfr/docker-images.svg)](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx/sv-mariadb/) | [Sources](https://github.com/startxfr/docker-images/Services/mariadb) | [STARTX Profile](https://github.com/startxfr) |
|-------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------|-----------------------------------------------------------------------------------|-----------------------------------------------|
diff --git a/Services/memcache/README.md b/Services/memcache/README.md
index c712fb0..5c603d8 100644
--- a/Services/memcache/README.md
+++ b/Services/memcache/README.md
@@ -10,7 +10,8 @@ weight=3
# Docker OS Images : MEMCACHE
Simple and lightweight (130Mo) container used to deliver distributed memory object caching system
-Run [memcached daemon](https://www.memcached.org/) under a container based on [startx/fedora container](https://hub.docker.com/r/startx/fedora)
+Run [memcached daemon](https://www.memcached.org/) under a container
+based on [startx/fedora container](https://hub.docker.com/r/startx/fedora)
| [![Build Status](https://travis-ci.org/startxfr/docker-images.svg)](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx/sv-memcache/) | [Sources](https://github.com/startxfr/docker-images/Services/memcache) | [STARTX Profile](https://github.com/startxfr) |
|-------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------|------------------------------------------------------------------------------------|-----------------------------------------------|
diff --git a/Services/mongo/README.md b/Services/mongo/README.md
index d34e8db..8043e4b 100644
--- a/Services/mongo/README.md
+++ b/Services/mongo/README.md
@@ -10,7 +10,8 @@ weight=3
# Docker OS Images : MONGO
Simple and lightweight (150Mo) container used to deliver document-oriented database
-Run [mongodb daemon](https://www.mongodb.org/) under a container based on [startx/fedora container](https://hub.docker.com/r/startx/fedora)
+Run [mongodb daemon](https://www.mongodb.org/) under a container
+based on [startx/fedora container](https://hub.docker.com/r/startx/fedora)
| [![Build Status](https://travis-ci.org/startxfr/docker-images.svg)](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx/sv-mongo/) | [Sources](https://github.com/startxfr/docker-images/Services/mongo) | [STARTX Profile](https://github.com/startxfr) |
|-------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------|---------------------------------------------------------------------------------|-----------------------------------------------|
diff --git a/Services/nodejs/README.md b/Services/nodejs/README.md
index 282df94..a500bbe 100644
--- a/Services/nodejs/README.md
+++ b/Services/nodejs/README.md
@@ -10,7 +10,8 @@ weight=3
# Docker OS Images : NODEJS
Simple and lightweight (190Mo) container used to run server side executed javascript content. include all nodejs and npm dependency.
-Run [nodejs main app.js](https://www.nodejs.org/) under a container based on [startx/fedora container](https://hub.docker.com/r/startx/fedora). Could use various network protocol (like http, websocket, smtp, telnet) according to the content of the running app.
+Run [nodejs main app.js](https://www.nodejs.org/) under a container
+based on [startx/fedora container](https://hub.docker.com/r/startx/fedora). Could use various network protocol (like http, websocket, smtp, telnet) according to the content of the running app.
| [![Build Status](https://travis-ci.org/startxfr/docker-images.svg)](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx/sv-nodejs/) | [Sources](https://github.com/startxfr/docker-images/Services/nodejs) | [STARTX Profile](https://github.com/startxfr) |
|-------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------|----------------------------------------------------------------------------------|-----------------------------------------------|
diff --git a/Services/ooconv/README.md b/Services/ooconv/README.md
index ae0f256..c608237 100644
--- a/Services/ooconv/README.md
+++ b/Services/ooconv/README.md
@@ -10,7 +10,8 @@ weight=3
# Docker OS Images : OOCONV
Simple and lightweight (450Mo) container used to document convertion and manipulation tools
-Run [libreoffice](https://www.libreoffice.org/) as a daemon using [dagwieers unoconv](https://github.com/dagwieers/unoconv) under a container based on [startx/fedora container](https://hub.docker.com/r/startx/fedora)
+Run [libreoffice](https://www.libreoffice.org/) as a daemon using [dagwieers unoconv](https://github.com/dagwieers/unoconv) under a container
+based on [startx/fedora container](https://hub.docker.com/r/startx/fedora)
| [![Build Status](https://travis-ci.org/startxfr/docker-images.svg)](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx/sv-ooconv/) | [Sources](https://github.com/startxfr/docker-images/Services/ooconv) | [STARTX Profile](https://github.com/startxfr) |
|-------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------|----------------------------------------------------------------------------------|-----------------------------------------------|
diff --git a/Services/php/README.md b/Services/php/README.md
index 6aa51ad..b261b4b 100644
--- a/Services/php/README.md
+++ b/Services/php/README.md
@@ -10,7 +10,8 @@ weight=3
# Docker OS Images : APACHE + PHP
Simple and lightweight (145Mo) container used to deliver dynamic http content using apache associated with PHP engine
-Run [PHP engine](https://www.php.net) under a container based on [startx/sv-apache container](https://hub.docker.com/r/startx/sv-apache)
+Run [PHP engine](https://www.php.net) under a container
+based on [startx/sv-apache container](https://hub.docker.com/r/startx/sv-apache)
| [![Build Status](https://travis-ci.org/startxfr/docker-images.svg)](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx/sv-php/) | [Sources](https://github.com/startxfr/docker-images/Services/php) | [STARTX Profile](https://github.com/startxfr) |
|-------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------|-------------------------------------------------------------------------------|-----------------------------------------------|
diff --git a/Services/postgres/README.md b/Services/postgres/README.md
index 56fd94a..e450d6a 100644
--- a/Services/postgres/README.md
+++ b/Services/postgres/README.md
@@ -10,7 +10,8 @@ weight=3
# Docker OS Images : POSTGRESQL
Simple and lightweight (130Mo) container used to deliver highly reliable and configurable transactional database service using postgresql opensource project.
-Run [postgres daemon](http://www.postgresql.org/) under a container based on [startx/fedora container](https://hub.docker.com/r/startx/fedora)
+Run [postgres daemon](http://www.postgresql.org/) under a container
+based on [startx/fedora container](https://hub.docker.com/r/startx/fedora)
| [![Build Status](https://travis-ci.org/startxfr/docker-images.svg)](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx/sv-postgres/) | [Sources](https://github.com/startxfr/docker-images/Services/postgres) | [STARTX Profile](https://github.com/startxfr) |
|-------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------|-----------------------------------------------------------------------------------|-----------------------------------------------|