From 1e1f44a5b88f29a38f3bd4d5aab028b4ef05c8f4 Mon Sep 17 00:00:00 2001 From: Brian Christner Date: Mon, 14 Dec 2015 08:47:41 +0100 Subject: [PATCH] Update README.md Added CI/CD links for CircleCI, Code Shippers, and GitLab CI --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f345695..4bc9ef6 100644 --- a/README.md +++ b/README.md @@ -307,12 +307,15 @@ _Source:_ [What is Docker](https://www.docker.com/what-docker) ## Continuous Integration / Continuous Delivery -* [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 by [@harbur](https://github.com/harbur) +* [CircleCI](https://circleci.com/) - Push or pull Docker images from your build environment, or build and run containers right on CircleCI. +* [CodeShip](http://pages.codeship.com/docker) - Work with your established Docker workflows while automating your testing and deployment tasks with our hosted platform dedicated to speed and security. +* [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. +* [Dockunit](https://github.com/dockunit/platform) - Docker based integration tests. A simple Node based utility for running Docker based unit tests. By [@dockunit](https://github.com/dockunit) +* [Drone](https://github.com/drone/drone) - Continuous integration server built on Docker and configured using YAML files. +* [GitLab CI](https://about.gitlab.com/gitlab-ci/) - GitLab has integrated CI to test, build and deploy your code with the use of GitLab runners. * [IBM DevOps Services](https://hub.jazz.net) - Continuous delivery using a pipeline deployment onto IBM Containers on Bluemix. * [Watchtower](https://github.com/CenturyLinkLabs/watchtower) - Automatically update running Docker containers by [@CenturyLinkLabs](https://github.com/CenturyLinkLabs) -* [Dockunit](https://github.com/dockunit/platform) - Docker based integration tests. A simple Node based utility for running Docker based unit tests. By [@dockunit](https://github.com/dockunit) ## Deployment