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 /Applications | |
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 'Applications')
-rw-r--r-- | Applications/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Applications/README.md b/Applications/README.md index 04d2f6f..6be5ebb 100644 --- a/Applications/README.md +++ b/Applications/README.md @@ -28,10 +28,10 @@ your project and start using stable or experimental applications in your applica ## Available applications -| Service | Docker Hub repository | Fedora flavours | CentOS flavours | Doc | -|-----------------|---------------------------------------------------------------------------|-----------------------------------|-----------------|---------------------------------------------------------| -| PhpMyAdmin | [`startx/app-pma`](https://hub.docker.com/r/startx/app-pma) | `:latest` `:20` `:21` `:22` `:23` | `:6` `:7` | [manual](Applications/pma/README.md) | -| RockMongo | [`startx/app-rockmongo`](https://hub.docker.com/r/startx/app-rockmongo) | `:latest` `:20` `:21` `:22` `:23` | `:6` `:7` | [manual](Applications/rockmongo/README.md) | +| Service | Docker Hub repository | Fedora flavours | CentOS flavours | Doc | +|-----------------|---------------------------------------------------------------------------|-----------------------------------|-----------------|--------------------------------------------| +| PhpMyAdmin | [`startx/app-pma`](https://hub.docker.com/r/startx/app-pma) | `:latest` `:20` `:21` `:22` `:23` | `:6` `:7` | [manual](pma/README.md) | +| RockMongo | [`startx/app-rockmongo`](https://hub.docker.com/r/startx/app-rockmongo) | `:latest` `:20` `:21` `:22` `:23` | `:6` `:7` | [manual](rockmongo/README.md) | ## Running from dockerhub registry |