From 069b2156e85ee56ec59874fe744d981441ae0b36 Mon Sep 17 00:00:00 2001 From: startxfr Date: Sun, 6 Dec 2015 03:57:52 +0100 Subject: remove comment --- OS/README.md | 2 +- Services/apache/README.md | 2 +- Services/mariadb/README.md | 2 +- Services/memcache/README.md | 2 +- Services/mongo/README.md | 2 +- Services/nodejs/README.md | 2 +- Services/ooconv/README.md | 2 +- Services/php/README.md | 2 +- Services/postgres/README.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/OS/README.md b/OS/README.md index 556e3a8..e1120e8 100644 --- a/OS/README.md +++ b/OS/README.md @@ -9,7 +9,7 @@ weight=3 # Docker OS Images : FEDORA -Simple and lightweight (110Mo) container used for all startx based services and applications published in [Dockerhub registry](https://github.com/startxfr/docker-images). +Simple container used for all startx based services and applications published in [Dockerhub registry](https://github.com/startxfr/docker-images). This container contain updated core OS rpm (kernel, libs,...) as well as usefull tools like pwgen, tar, zip, psmisc, procps, coreutils, findutils, wget | [![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/fedora) | [Sources](https://github.com/startxfr/docker-images/OS/) | [STARTX Profile](https://github.com/startxfr) | 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) -- cgit v1.2.1