From 7a6254861b1c94a72c78736c17aa80c3c859a4ae Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Mon, 18 May 2015 08:09:21 +0200 Subject: [PATCH] Add Deployment section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4061023..f394626 100644 --- a/README.md +++ b/README.md @@ -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