From 81b28ba26f54c4c7a8801ec9b8b53e27373b3d47 Mon Sep 17 00:00:00 2001 From: Seth Packham Date: Tue, 2 Jun 2015 00:36:57 -0400 Subject: [PATCH] Added IBM Bluemix for hosting of Containers and IBM DevOps Services for continuous delivery --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9cf0e8e..9547334 100644 --- a/README.md +++ b/README.md @@ -219,6 +219,7 @@ _Source:_ [What is Docker](https://www.docker.com/whatisdocker/) * [Drone](https://github.com/drone/drone) - Continuous integration server built on Docker and configured using YAML files. * [Docker plugin for Jenkins](https://github.com/jenkinsci/docker-plugin/) - The aim of the docker plugin is to be able to use a docker host to dynamically provision a slave, run a single build, then tear-down that slave. * [Captain](https://github.com/harbur/captain) - Convert your Git workflow to Docker containers ready for Continuous Delivery. +* [IBM DevOps Services](https://hub.jazz.net) - Continuous delivery using a pipeline deployment onto IBM Containers on Bluemix. ## Deployment * [Last.Backend](http://lastbackend.com) - Last.Backend platform is designed for automatization of all routine work with the server and deployment of applications in one click using the visual interface. @@ -237,6 +238,7 @@ Securely store your Docker images. * [Triton](https://www.joyent.com/) - Elastic container-native infrastructure by Joyent. * [Amazon ECS](http://aws.amazon.com/ecs/) - A management service on EC2 that supports Docker containers. * [Google Container Engine](https://cloud.google.com/container-engine/docs/) - Docker containers on Google Cloud Computing powered by [Kubernetes][kubernetes]. +* [IBM Bluemix](http://bluemix.net) - Run Docker containers in a hosted cloud environment on IBM Bluemix. ## Web Interface * [Docker Registry Web](https://github.com/atc-/docker-registry-web) (A web UI for easy private/local Docker Registry integration) by [@atc-](https://github.com/atc-)