summaryrefslogtreecommitdiffstats
path: root/Bombs/README.md
blob: 47ed719ecf8caa771baedb7f4e731a85c63f9a30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# STARTX Docker-Images Bombs test 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. 
These container are provided with CentOS openshift build image in order to be run under openshift Container Plateform

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?branch=openshift)](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                                                             | CentOS flavours | Doc                                        | 
|-----------------|-----------------------------------------------------------------------------------|-----------------|--------------------------------------------|
| bomb-cpu        | [`startx/openshift-bomb-cpu`](https://hub.docker.com/r/startx/openshift-bomb-cpu) | `:latest`       | [manual](pma/README.md)                    | 
| bomb-mem        | [`startx/openshift-bomb-mem`](https://hub.docker.com/r/startx/openshift-bomb-mem) | `:latest`       | [manual](rockmongo/README.md)              | 


## Running from dockerhub registry

| Bombs              | Command                                                                 |
|--------------------|-------------------------------------------------------------------------|
| **bomb-cpu**       | `docker run -d -p 80:80 --name="bombcpu" startx/openshift-bomb-cpu`     | 
| **bomb-mem**       | `docker run -d -p 80:80 --name="bombmem" startx/openshift-bomb-mem`     |