# 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` |