summaryrefslogtreecommitdiffstats
path: root/Services
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2015-12-06 03:57:52 +0100
committerstartxfr <clarue@startx.fr>2015-12-06 03:57:52 +0100
commit069b2156e85ee56ec59874fe744d981441ae0b36 (patch)
tree0ef7c7f8f5365aabe3539dc76f9aa4b3f106bee3 /Services
parent1af7a22460dafe12f22f9b564d946f3d583f4cb0 (diff)
downloadphpmyadmin-069b2156e85ee56ec59874fe744d981441ae0b36.tar.gz
phpmyadmin-069b2156e85ee56ec59874fe744d981441ae0b36.tar.bz2
phpmyadmin-069b2156e85ee56ec59874fe744d981441ae0b36.tar.xz
phpmyadmin-069b2156e85ee56ec59874fe744d981441ae0b36.zip
remove comment
Diffstat (limited to 'Services')
-rw-r--r--Services/apache/README.md2
-rw-r--r--Services/mariadb/README.md2
-rw-r--r--Services/memcache/README.md2
-rw-r--r--Services/mongo/README.md2
-rw-r--r--Services/nodejs/README.md2
-rw-r--r--Services/ooconv/README.md2
-rw-r--r--Services/php/README.md2
-rw-r--r--Services/postgres/README.md2
8 files changed, 8 insertions, 8 deletions
diff --git a/Services/apache/README.md b/Services/apache/README.md
index 48aa4a0..6235c2f 100644
--- a/Services/apache/README.md
+++ b/Services/apache/README.md
@@ -9,7 +9,7 @@ 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)
+Simple 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)
diff --git a/Services/mariadb/README.md b/Services/mariadb/README.md
index 3e9733f..2ac7cc3 100644
--- a/Services/mariadb/README.md
+++ b/Services/mariadb/README.md
@@ -9,7 +9,7 @@ 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/).
+Simple 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)
diff --git a/Services/memcache/README.md b/Services/memcache/README.md
index 724a662..a31800f 100644
--- a/Services/memcache/README.md
+++ b/Services/memcache/README.md
@@ -9,7 +9,7 @@ weight=3
# Docker OS Images : MEMCACHE
-Simple and lightweight (130Mo) container used to deliver distributed memory object caching system
+Simple 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)
diff --git a/Services/mongo/README.md b/Services/mongo/README.md
index 14745b4..66acc38 100644
--- a/Services/mongo/README.md
+++ b/Services/mongo/README.md
@@ -9,7 +9,7 @@ weight=3
# Docker OS Images : MONGO
-Simple and lightweight (150Mo) container used to deliver document-oriented database
+Simple 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)
diff --git a/Services/nodejs/README.md b/Services/nodejs/README.md
index 240b7b8..04883c8 100644
--- a/Services/nodejs/README.md
+++ b/Services/nodejs/README.md
@@ -9,7 +9,7 @@ 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.
+Simple 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.
diff --git a/Services/ooconv/README.md b/Services/ooconv/README.md
index 2220562..5d1fb15 100644
--- a/Services/ooconv/README.md
+++ b/Services/ooconv/README.md
@@ -9,7 +9,7 @@ weight=3
# Docker OS Images : OOCONV
-Simple and lightweight (450Mo) container used to document convertion and manipulation tools
+Simple 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)
diff --git a/Services/php/README.md b/Services/php/README.md
index d0063b6..ba01ebc 100644
--- a/Services/php/README.md
+++ b/Services/php/README.md
@@ -9,7 +9,7 @@ weight=3
# Docker OS Images : APACHE + PHP
-Simple and lightweight (145Mo) container used to deliver dynamic http content using apache associated with PHP engine
+Simple 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)
diff --git a/Services/postgres/README.md b/Services/postgres/README.md
index 1051fe1..019ab57 100644
--- a/Services/postgres/README.md
+++ b/Services/postgres/README.md
@@ -9,7 +9,7 @@ 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.
+Simple 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)