From 20f0f95c0ec3b9bb243e6333b69b0e0883f2b14b Mon Sep 17 00:00:00 2001 From: startxfr Date: Sat, 5 Dec 2015 04:23:21 +0100 Subject: adding applications and services README.md --- Applications/README.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 Applications/README.md (limited to 'Applications') diff --git a/Applications/README.md b/Applications/README.md new file mode 100644 index 0000000..442e342 --- /dev/null +++ b/Applications/README.md @@ -0,0 +1,49 @@ + + +# STARTX Docker-Images Application Repository + +This directory host various Open Source applications into docker containers based on [startx/fedora container](https://hub.docker.com/r/startx/fedora) + +You can use it to instanciate new container from the dockerhub public registry +or as a parent container in your own container's. +Each container is provided with various underlying OS version based on CentOS or +Fedora Linux distribution. + +If you're used to work with redhat like and distribution, you would prefer start working +from a container based on this distribution rather than ubuntu or debian like distributions. +OS, applications and application you will find here will be closer to your favorite distrbution + +Please **read each container manual** for more information on how you can use it in +your project and start using stable or experimental applications in your applications + +| [![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) | [Sources](https://github.com/startxfr/docker-images/) | [STARTX Profile](https://github.com/startxfr) | +|-------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------|-------------------------------------------------------------------|-----------------------------------------------| + +## Available applications + +| Service | Docker Hub repository | Fedora | CentOS | Doc | +|-----------------|---------------------------------------------------------------------------|-------------------------------------------|-------------------------|---------------------------------------------------------| +| PhpMyAdmin | [`startx/app-pma`](https://hub.docker.com/r/startx/app-pma) | `:latest` `:fc20` `:fc21` `:fc22` `:fc23` | `:centos6` `:centos7` | [manual](Applications/pma/README.md) | +| RockMongo | [`startx/app-rockmongo`](https://hub.docker.com/r/startx/app-rockmongo) | `:latest` `:fc20` `:fc21` `:fc22` `:fc23` | `:centos6` `:centos7` | [manual](Applications/rockmongo/README.md) | + + +## Running container from docker registry images + +| Applications | Command | +|---------------------|----------------------------------------------------------------------| +| **PhpMyAdmin** | `docker run -d -p 80:80 --name="pma" startx/app-pma` | +| **RockMongo** | `docker run -d -p 80:80 --name="rockmongo" startx/app-rockmongo` | + +## Flavors (tags) for Red Hat like container's + +| Service | Docker Hub repository | Fedora | CentOS | +|------------|-----------------------|-------------------------------------------|-----------------------| +| PhpMyAdmin | `startx/sv-pma` | `:latest` `:fc20` `:fc21` `:fc22` `:fc23` | `:centos6` `:centos7` | +| RockMongo | `startx/sv-rockmongo` | `:latest` `:fc20` `:fc21` `:fc22` `:fc23` | `:centos6` `:centos7` | -- cgit v1.2.1