From 54c82a3a5c0c1cacbfaa8e08317ecb497404f695 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Thu, 16 Jun 2016 17:39:59 +1200 Subject: [PATCH] add section in README about Swarm support --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5810918db..42a937257 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,14 @@ You can use the `-e` flag to change this socket: # Connect to a tcp socket: $ docker run -d -p 9000:9000 --privileged cloudinovasi/cloudinovasi-ui -e http://127.0.0.1:2375 +### Swarm support + +You can access a specific view for you Swarm cluster by defining the `-s` option: + + # Connect to a tcp socket and enable Swarm: + $ docker run -d -p 9000:9000 --privileged cloudinovasi/cloudinovasi-ui -e http://: -s + + ### Change address/port UI For Docker is served on UI For Docker listens on port 9000 by default. If you run UI For Docker inside a container then you can bind the container's internal port to any external address and port: