Add Deployment section

This commit is contained in:
Julien Bisconti 2015-05-18 08:09:21 +02:00
parent 075e0bfe73
commit 7a6254861b

View File

@ -52,6 +52,7 @@ _Source:_ [What is Docker](https://www.docker.com/whatisdocker/)
* [Tools](#tools)
* [Dev Tools](#dev-tools)
* [Continuous Integration / Continuous Delivery](#continuous-integration--continuous-delivery)
* [Deployment](#deployment)
* [Hosting for repositories (registries)](#hosting-for-repositories-registries)
* [Hosting for containers](#hosting-for-containers)
* [Web Interface](#web-interface)
@ -215,6 +216,9 @@ _Source:_ [What is Docker](https://www.docker.com/whatisdocker/)
* [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.
## 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.
## Hosting for repositories (registries)
Securely store your Docker images.
* [Docker Hub](https://hub.docker.com/) (provided by Docker Inc.)
@ -307,6 +311,7 @@ Securely store your Docker images.
* [Citadel](http://citadeltoolkit.org/) (Citadel is a toolkit for scheduling containers on a Docker cluster.)
* [CloudSlang](http://www.cloudslang.io/) (CloudSlang is a workflow engine to create Docker process automation)
## Service Discovery
* [docker-consul](https://github.com/progrium/docker-consul) by [@progrium](https://github.com/progrium)
* [etcd](https://github.com/coreos/etcd): A highly-available key value store for shared configuration and service discovery