Merge pull request #97 from SvenDowideit/initial-play

This commit is contained in:
Solomon Hykes 2014-06-24 16:18:40 -07:00
commit be29f4a73b
1 changed files with 4 additions and 1 deletions

View File

@ -64,7 +64,10 @@ GLOBAL OPTIONS:
*Maintainer: Ben Firshman* *Maintainer: Ben Firshman*
This service runs a Docker remote API server, allowing the Docker client and other Docker tools to control libswarm services. This service runs a Docker remote API server, allowing the Docker client and
other Docker tools to control libswarm services. With no arguments, it listens
on port `4243`, but you can specify any port you like using `tcp://0.0.0.0:9999`,
`unix:///tmp/docker` etc.
### Docker client ### Docker client