From 68a98844d62839a2ba6340b62c1b75287b610b50 Mon Sep 17 00:00:00 2001 From: startxfr Date: Sat, 5 Dec 2015 07:56:32 +0100 Subject: addapting master documentation --- Services/apache/README.md | 12 ++++++------ Services/mariadb/README.md | 12 ++++++------ Services/memcache/README.md | 8 ++++---- Services/mongo/README.md | 12 ++++++------ Services/nodejs/README.md | 12 ++++++------ Services/ooconv/README.md | 8 ++++---- Services/php/README.md | 12 ++++++------ Services/postgres/README.md | 12 ++++++------ 8 files changed, 44 insertions(+), 44 deletions(-) diff --git a/Services/apache/README.md b/Services/apache/README.md index 63fbf8e..81afb68 100644 --- a/Services/apache/README.md +++ b/Services/apache/README.md @@ -27,12 +27,12 @@ based on [startx/fedora container](https://hub.docker.com/r/startx/fedora) ## Running from dockerhub registry -* with `docker` you can run `docker run -it --name="sv-apache" startx/sv-apache` from any docker host +* with `docker` you can run `docker run -it --name="service-apache" startx/sv-apache` from any docker host * with `docker-compose` you can create a docker-compose.yml file with the following content ``` service: image: startx/sv-apache:latest - container_name: "sv-apache" + container_name: "service-apache" environment: CONTAINER_TYPE: "service" CONTAINER_SERVICE: "apache" @@ -50,7 +50,7 @@ service: ``` service: image: startx/sv-apache:latest - container_name: "sv-apache" + container_name: "service-apache" environment: CONTAINER_INSTANCE: "service-apache" ports: @@ -60,7 +60,7 @@ service: ``` service: image: startx/sv-apache:latest - container_name: "sv-apache" + container_name: "service-apache" environment: CONTAINER_INSTANCE: "service-apache" expose: @@ -70,12 +70,12 @@ service: ``` data: image: startx/fedora:latest - container_name: "sv-apache-data" + container_name: "service-apache-data" environment: CONTAINER_INSTANCE: "service-apache-data" service: image: startx/sv-apache:latest - container_name: "sv-apache" + container_name: "service-apache" environment: CONTAINER_INSTANCE: "service-apache" volume_from: diff --git a/Services/mariadb/README.md b/Services/mariadb/README.md index b1e3d3f..1370d83 100644 --- a/Services/mariadb/README.md +++ b/Services/mariadb/README.md @@ -27,12 +27,12 @@ based on [startx/fedora container](https://hub.docker.com/r/startx/fedora) ## Running from dockerhub registry -* with `docker` you can run `docker run -it --name="sv-mariadb" startx/sv-mariadb` from any docker host +* with `docker` you can run `docker run -it --name="service-mariadb" startx/sv-mariadb` from any docker host * with `docker-compose` you can create a docker-compose.yml file with the following content ``` service: image: startx/sv-mariadb:latest - container_name: "sv-mariadb" + container_name: "service-mariadb" environment: CONTAINER_TYPE: "service" CONTAINER_SERVICE: "mariadb" @@ -52,7 +52,7 @@ service: ``` service: image: startx/sv-mariadb:latest - container_name: "sv-mariadb" + container_name: "service-mariadb" environment: CONTAINER_INSTANCE: "service-mariadb" ports: @@ -62,7 +62,7 @@ service: ``` service: image: startx/sv-mariadb:latest - container_name: "sv-mariadb" + container_name: "service-mariadb" environment: CONTAINER_INSTANCE: "service-mariadb" expose: @@ -72,12 +72,12 @@ service: ``` data: image: startx/fedora:latest - container_name: "sv-mariadb-data" + container_name: "service-mariadb-data" environment: CONTAINER_INSTANCE: "service-mariadb-data" service: image: startx/sv-mariadb:latest - container_name: "sv-mariadb" + container_name: "service-mariadb" environment: CONTAINER_INSTANCE: "service-mariadb" volume_from: diff --git a/Services/memcache/README.md b/Services/memcache/README.md index 5c603d8..101fd1f 100644 --- a/Services/memcache/README.md +++ b/Services/memcache/README.md @@ -27,12 +27,12 @@ based on [startx/fedora container](https://hub.docker.com/r/startx/fedora) ## Running from dockerhub registry -* with `docker` you can run `docker run -it --name="sv-memcache" startx/sv-memcache` from any docker host +* with `docker` you can run `docker run -it --name="service-memcache" startx/sv-memcache` from any docker host * with `docker-compose` you can create a docker-compose.yml file with the following content ``` service: image: startx/sv-memcache:latest - container_name: "sv-memcache" + container_name: "service-memcache" environment: CONTAINER_TYPE: "service" CONTAINER_SERVICE: "memcache" @@ -47,7 +47,7 @@ service: ``` service: image: startx/sv-memcache:latest - container_name: "sv-memcache" + container_name: "service-memcache" environment: CONTAINER_INSTANCE: "service-memcache" ports: @@ -57,7 +57,7 @@ service: ``` service: image: startx/sv-memcache:latest - container_name: "sv-memcache" + container_name: "service-memcache" environment: CONTAINER_INSTANCE: "service-memcache" expose: diff --git a/Services/mongo/README.md b/Services/mongo/README.md index 8043e4b..84bb553 100644 --- a/Services/mongo/README.md +++ b/Services/mongo/README.md @@ -27,12 +27,12 @@ based on [startx/fedora container](https://hub.docker.com/r/startx/fedora) ## Running from dockerhub registry -* with `docker` you can run `docker run -it --name="sv-mongo" startx/sv-mongo` from any docker host +* with `docker` you can run `docker run -it --name="service-mongo" startx/sv-mongo` from any docker host * with `docker-compose` you can create a docker-compose.yml file with the following content ``` service: image: startx/sv-mongo:latest - container_name: "sv-mongo" + container_name: "service-mongo" environment: CONTAINER_TYPE: "service" CONTAINER_SERVICE: "mongo" @@ -48,7 +48,7 @@ service: ``` service: image: startx/sv-mongo:latest - container_name: "sv-mongo" + container_name: "service-mongo" environment: CONTAINER_INSTANCE: "service-mongo" ports: @@ -58,7 +58,7 @@ service: ``` service: image: startx/sv-mongo:latest - container_name: "sv-mongo" + container_name: "service-mongo" environment: CONTAINER_INSTANCE: "service-mongo" expose: @@ -68,12 +68,12 @@ service: ``` data: image: startx/fedora:latest - container_name: "sv-mongo-data" + container_name: "service-mongo-data" environment: CONTAINER_INSTANCE: "service-mongo-data" service: image: startx/sv-mongo:latest - container_name: "sv-mongo" + container_name: "service-mongo" environment: CONTAINER_INSTANCE: "service-mongo" volume_from: diff --git a/Services/nodejs/README.md b/Services/nodejs/README.md index 38692b8..69a99d3 100644 --- a/Services/nodejs/README.md +++ b/Services/nodejs/README.md @@ -28,12 +28,12 @@ Could use various network protocol (like http, websocket, smtp, telnet) accordin ## Running from dockerhub registry -* with `docker` you can run `docker run -it --name="sv-nodejs" startx/sv-nodejs` from any docker host +* with `docker` you can run `docker run -it --name="service-nodejs" startx/sv-nodejs` from any docker host * with `docker-compose` you can create a docker-compose.yml file with the following content ``` service: image: startx/sv-nodejs:latest - container_name: "sv-nodejs" + container_name: "service-nodejs" environment: CONTAINER_TYPE: "service" CONTAINER_SERVICE: "nodejs" @@ -49,7 +49,7 @@ service: ``` service: image: startx/sv-nodejs:latest - container_name: "sv-nodejs" + container_name: "service-nodejs" environment: CONTAINER_INSTANCE: "service-nodejs" ports: @@ -59,7 +59,7 @@ service: ``` service: image: startx/sv-nodejs:latest - container_name: "sv-nodejs" + container_name: "service-nodejs" environment: CONTAINER_INSTANCE: "service-nodejs" expose: @@ -69,12 +69,12 @@ service: ``` data: image: startx/fedora:latest - container_name: "sv-nodejs-data" + container_name: "service-nodejs-data" environment: CONTAINER_INSTANCE: "service-nodejs-data" service: image: startx/sv-nodejs:latest - container_name: "sv-nodejs" + container_name: "service-nodejs" environment: CONTAINER_INSTANCE: "service-nodejs" volume_from: diff --git a/Services/ooconv/README.md b/Services/ooconv/README.md index c608237..1f2a4d9 100644 --- a/Services/ooconv/README.md +++ b/Services/ooconv/README.md @@ -27,12 +27,12 @@ based on [startx/fedora container](https://hub.docker.com/r/startx/fedora) ## Running from dockerhub registry -* with `docker` you can run `docker run -it --name="sv-ooconv" startx/sv-ooconv` from any docker host +* with `docker` you can run `docker run -it --name="service-ooconv" startx/sv-ooconv` from any docker host * with `docker-compose` you can create a docker-compose.yml file with the following content ``` service: image: startx/sv-ooconv:latest - container_name: "sv-ooconv" + container_name: "service-ooconv" environment: CONTAINER_TYPE: "service" CONTAINER_SERVICE: "ooconv" @@ -47,7 +47,7 @@ service: ``` service: image: startx/sv-ooconv:latest - container_name: "sv-ooconv" + container_name: "service-ooconv" environment: CONTAINER_INSTANCE: "service-ooconv" ports: @@ -57,7 +57,7 @@ service: ``` service: image: startx/sv-ooconv:latest - container_name: "sv-ooconv" + container_name: "service-ooconv" environment: CONTAINER_INSTANCE: "service-ooconv" expose: diff --git a/Services/php/README.md b/Services/php/README.md index b261b4b..79f3362 100644 --- a/Services/php/README.md +++ b/Services/php/README.md @@ -27,12 +27,12 @@ based on [startx/sv-apache container](https://hub.docker.com/r/startx/sv-apache) ## Running from dockerhub registry -* with `docker` you can run `docker run -it --name="sv-php" startx/sv-php` from any docker host +* with `docker` you can run `docker run -it --name="service-php" startx/sv-php` from any docker host * with `docker-compose` you can create a docker-compose.yml file with the following content ``` service: image: startx/sv-php:latest - container_name: "sv-php" + container_name: "service-php" environment: CONTAINER_TYPE: "service" CONTAINER_SERVICE: "php" @@ -50,7 +50,7 @@ service: ``` service: image: startx/sv-php:latest - container_name: "sv-php" + container_name: "service-php" environment: CONTAINER_INSTANCE: "service-php" ports: @@ -60,7 +60,7 @@ service: ``` service: image: startx/sv-php:latest - container_name: "sv-php" + container_name: "service-php" environment: CONTAINER_INSTANCE: "service-php" expose: @@ -70,12 +70,12 @@ service: ``` data: image: startx/fedora:latest - container_name: "sv-php-data" + container_name: "service-php-data" environment: CONTAINER_INSTANCE: "service-php-data" service: image: startx/sv-php:latest - container_name: "sv-php" + container_name: "service-php" environment: CONTAINER_INSTANCE: "service-php" volume_from: diff --git a/Services/postgres/README.md b/Services/postgres/README.md index e450d6a..b190098 100644 --- a/Services/postgres/README.md +++ b/Services/postgres/README.md @@ -27,12 +27,12 @@ based on [startx/fedora container](https://hub.docker.com/r/startx/fedora) ## Running from dockerhub registry -* with `docker` you can run `docker run -it --name="sv-postgres" startx/sv-postgres` from any docker host +* with `docker` you can run `docker run -it --name="service-postgres" startx/sv-postgres` from any docker host * with `docker-compose` you can create a docker-compose.yml file with the following content ``` service: image: startx/sv-postgres:latest - container_name: "sv-postgres" + container_name: "service-postgres" environment: CONTAINER_TYPE: "service" CONTAINER_SERVICE: "postgres" @@ -52,7 +52,7 @@ service: ``` service: image: startx/sv-postgres:latest - container_name: "sv-postgres" + container_name: "service-postgres" environment: CONTAINER_INSTANCE: "service-postgres" ports: @@ -62,7 +62,7 @@ service: ``` service: image: startx/sv-postgres:latest - container_name: "sv-postgres" + container_name: "service-postgres" environment: CONTAINER_INSTANCE: "service-postgres" expose: @@ -72,12 +72,12 @@ service: ``` data: image: startx/fedora:latest - container_name: "sv-postgres-data" + container_name: "service-postgres-data" environment: CONTAINER_INSTANCE: "service-postgres-data" service: image: startx/sv-postgres:latest - container_name: "sv-postgres" + container_name: "service-postgres" environment: CONTAINER_INSTANCE: "service-postgres" volume_from: -- cgit v1.2.1