From 683f72b8c26a8834024e8ad6452c5cafe55f428b Mon Sep 17 00:00:00 2001 From: jirkapenzes Date: Mon, 10 Jul 2017 20:32:02 +0200 Subject: [PATCH 1/3] Add swarmpit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 850147dd6..6222a5746 100644 --- a/README.md +++ b/README.md @@ -364,6 +364,7 @@ Services to securely store your Docker images. * [Rancher](https://github.com/rancher/rancher) - An open source project that provides a complete platform for operating Docker in production by [@rancher][rancher]. * [Serf](https://github.com/hashicorp/serf) - Service orchestration and management tool by [@hashicorp][hashicorp] * [Shipyard](https://github.com/shipyard/shipyard) - Composable Docker Management +* [Docker Swarm](https://github.com/docker/swarm) (Swarm: a Docker-native clustering system) ## Reverse Proxy * [docker-proxy](https://github.com/silarsis/docker-proxy) - Transparent proxy for docker containers, run in a docker container. By [@silarsis](https://github.com/silarsis) From a0c53a6e5ed0cbe4ea80bde2ebb357c2df3eb821 Mon Sep 17 00:00:00 2001 From: jirkapenzes Date: Mon, 10 Jul 2017 23:44:02 +0200 Subject: [PATCH 2/3] Add swarmpit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6222a5746..c6944e13b 100644 --- a/README.md +++ b/README.md @@ -364,7 +364,7 @@ Services to securely store your Docker images. * [Rancher](https://github.com/rancher/rancher) - An open source project that provides a complete platform for operating Docker in production by [@rancher][rancher]. * [Serf](https://github.com/hashicorp/serf) - Service orchestration and management tool by [@hashicorp][hashicorp] * [Shipyard](https://github.com/shipyard/shipyard) - Composable Docker Management -* [Docker Swarm](https://github.com/docker/swarm) (Swarm: a Docker-native clustering system) +* [Swarmpit](http://swarmpit.io/) - Lightweight Docker Swarm orchestration. Swarmpit provides clean way to manage your Docker Swarm cluster with various handful features such Service management, Smart search, Shared access, Private registries and more to come soon. ## Reverse Proxy * [docker-proxy](https://github.com/silarsis/docker-proxy) - Transparent proxy for docker containers, run in a docker container. By [@silarsis](https://github.com/silarsis) From 1744ac46fa05c1bd3539a577d2807944dffa0d77 Mon Sep 17 00:00:00 2001 From: jirkapenzes Date: Tue, 11 Jul 2017 09:06:33 +0200 Subject: [PATCH 3/3] Fix url and typo changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6944e13b..a0573c400 100644 --- a/README.md +++ b/README.md @@ -364,7 +364,7 @@ Services to securely store your Docker images. * [Rancher](https://github.com/rancher/rancher) - An open source project that provides a complete platform for operating Docker in production by [@rancher][rancher]. * [Serf](https://github.com/hashicorp/serf) - Service orchestration and management tool by [@hashicorp][hashicorp] * [Shipyard](https://github.com/shipyard/shipyard) - Composable Docker Management -* [Swarmpit](http://swarmpit.io/) - Lightweight Docker Swarm orchestration. Swarmpit provides clean way to manage your Docker Swarm cluster with various handful features such Service management, Smart search, Shared access, Private registries and more to come soon. +* [Swarmpit](https://github.com/swarmpit/swarmpit) - Lightweight Docker Swarm orchestration. Swarmpit provides clean way to manage your Docker Swarm cluster with various handful features such Service management, smart search, shared access and private registries. ## Reverse Proxy * [docker-proxy](https://github.com/silarsis/docker-proxy) - Transparent proxy for docker containers, run in a docker container. By [@silarsis](https://github.com/silarsis)