From 7c386b09d7fe9971acf4061815e45d11f0de947c Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Sun, 22 Jun 2014 22:01:24 +1000 Subject: [PATCH] mention the param to dockerserver Docker-DCO-1.1-Signed-off-by: Sven Dowideit (github: SvenDowideit) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bbc07271a..197831494c 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,10 @@ GLOBAL OPTIONS: *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