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: