From 24ed35ed890cf2af28f58cdf4f102d2a5d77f3dd Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Tue, 10 Jun 2014 00:53:27 -0700 Subject: [PATCH] Small README fixes --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f1c2bfe89..cb0da6ee98 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ *libswarm* is a toolkit for composing network services. -At its core, it defines a standard way for services in a distributed system to communicate with each other. This lets you: +It defines a standard interface for services in a distributed system to communicate with each other. This lets you: -1. Use them as building blocks to compose complex architectures +1. Compose complex architectures from reusable building blocks 2. Avoid vendor lock-in by swapping any service out with another An extensive library of services is included, and you can also write your own using a simple API. @@ -38,6 +38,10 @@ This service runs a Docker remote API server, allowing the Docker client and oth This service can be used to control a Docker Engine from libswarm services. It takes one argument, the Docker host to connect to. For example: `dockerclient tcp://10.1.2.3:4243` +### SSH tunnel + +*Help wanted!* + ### Etcd *Help wanted!*