mirror of https://github.com/docker/docs.git
Small README fixes
This commit is contained in:
parent
f930e06886
commit
24ed35ed89
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
*libswarm* is a toolkit for composing network services.
|
*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
|
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.
|
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`
|
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
|
### Etcd
|
||||||
|
|
||||||
*Help wanted!*
|
*Help wanted!*
|
||||||
|
|
Loading…
Reference in New Issue