diff options
author | startxfr <clarue@startx.fr> | 2015-12-05 06:20:48 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2015-12-05 06:20:48 +0100 |
commit | 9a3a2e5b50ca116cd83624b6ec2c2c92c711a500 (patch) | |
tree | 02f09f7517b6d9709818b203e516178c018dcbd6 /Services | |
parent | 43a29d89e9f8dbd259da9bd6b99afc80c507a4f6 (diff) | |
download | phpmyadmin-9a3a2e5b50ca116cd83624b6ec2c2c92c711a500.tar.gz phpmyadmin-9a3a2e5b50ca116cd83624b6ec2c2c92c711a500.tar.bz2 phpmyadmin-9a3a2e5b50ca116cd83624b6ec2c2c92c711a500.tar.xz phpmyadmin-9a3a2e5b50ca116cd83624b6ec2c2c92c711a500.zip |
adding applications and services README.md
Diffstat (limited to 'Services')
-rw-r--r-- | Services/README.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Services/README.md b/Services/README.md index a8ea7fa..99e9fa2 100644 --- a/Services/README.md +++ b/Services/README.md @@ -30,14 +30,14 @@ your project and start using stable or experimental services in your application | Service | Docker Hub repository | Fedora flavours | CentOS flavours | Doc | |---------------|---------------------------------------------------------------------|-----------------------------------|-----------------|---------------------------------------------------| -| Apache | [`startx/sv-apache`](https://hub.docker.com/r/startx/sv-apache) | `:latest` `:20` `:21` `:22` `:23` | `:6` `:7` | [manual](Services/apache/README.md) | -| MariaDB | [`startx/sv-mariadb`](https://hub.docker.com/r/startx/sv-mariadb) | `:latest` `:20` `:21` `:22` `:23` | `:6` `:7` | [manual](Services/mariadb/README.md) | -| Memcache | [`startx/sv-memcache`](https://hub.docker.com/r/startx/sv-memcache) | `:latest` `:20` `:21` `:22` `:23` | `:6` `:7` | [manual](Services/memcache/README.md) | -| MongoDB | [`startx/sv-mongo`](https://hub.docker.com/r/startx/sv-mongo) | `:latest` `:20` `:21` `:22` `:23` | `:6` `:7` | [manual](Services/mongo/README.md) | -| nodejs | [`startx/sv-nodejs`](https://hub.docker.com/r/startx/sv-nodejs) | `:latest` `:20` `:21` `:22` `:23` | `:6` `:7` | [manual](Services/nodejs/README.md) | -| ooconv | [`startx/sv-ooconv`](https://hub.docker.com/r/startx/sv-ooconv) | `:latest` `:20` `:21` `:22` `:23` | `:6` `:7` | [manual](Services/ooconv/README.md) | -| php | [`startx/sv-php`](https://hub.docker.com/r/startx/sv-php) | `:latest` `:20` `:21` `:22` `:23` | `:6` `:7` | [manual](Services/php/README.md) | -| postgreSQL | [`startx/sv-postgres`](https://hub.docker.com/r/startx/sv-postgres) | `:latest` `:20` `:21` `:22` `:23` | `:6` `:7` | [manual](Services/postgres/README.md) | +| Apache | [`startx/sv-apache`](https://hub.docker.com/r/startx/sv-apache) | `:latest` `:20` `:21` `:22` `:23` | `:6` `:7` | [manual](apache/README.md) | +| MariaDB | [`startx/sv-mariadb`](https://hub.docker.com/r/startx/sv-mariadb) | `:latest` `:20` `:21` `:22` `:23` | `:6` `:7` | [manual](mariadb/README.md) | +| Memcache | [`startx/sv-memcache`](https://hub.docker.com/r/startx/sv-memcache) | `:latest` `:20` `:21` `:22` `:23` | `:6` `:7` | [manual](memcache/README.md) | +| MongoDB | [`startx/sv-mongo`](https://hub.docker.com/r/startx/sv-mongo) | `:latest` `:20` `:21` `:22` `:23` | `:6` `:7` | [manual](mongo/README.md) | +| nodejs | [`startx/sv-nodejs`](https://hub.docker.com/r/startx/sv-nodejs) | `:latest` `:20` `:21` `:22` `:23` | `:6` `:7` | [manual](nodejs/README.md) | +| ooconv | [`startx/sv-ooconv`](https://hub.docker.com/r/startx/sv-ooconv) | `:latest` `:20` `:21` `:22` `:23` | `:6` `:7` | [manual](ooconv/README.md) | +| php | [`startx/sv-php`](https://hub.docker.com/r/startx/sv-php) | `:latest` `:20` `:21` `:22` `:23` | `:6` `:7` | [manual](php/README.md) | +| postgreSQL | [`startx/sv-postgres`](https://hub.docker.com/r/startx/sv-postgres) | `:latest` `:20` `:21` `:22` `:23` | `:6` `:7` | [manual](postgres/README.md) | ## Running from dockerhub registry |