mlabouardy / dockerswarm-ui

DockerSwarm UI is 100% compatible with the Docker 🐋 Remote API and Docker Swarm API.
https://hub.docker.com/u/mlabouardy/
57 stars 14 forks source link

Only 1 out of 3 nodes #4

Closed rcardenal closed 8 years ago

rcardenal commented 8 years ago

Hi,

swarm at 172.26.10.193, nodes at same subnet, 190-191-192.

From command line:

$ docker -H :4000 info Containers: 32 Running: 12 Paused: 0 Stopped: 20 Images: 211 Server Version: swarm/1.2.0 Role: primary Strategy: spread Filters: health, port, dependency, affinity, constraint Nodes: 3 docker01: 172.26.10.190:2375 └ Status: Healthy └ Containers: 11 └ Reserved CPUs: 0 / 1 └ Reserved Memory: 0 B / 3.958 GiB └ Labels: executiondriver=, kernelversion=3.16.0-4-amd64, operatingsystem=Debian GNU/Linux 8 (jessie), storagedriver=aufs └ Error: (none) └ UpdatedAt: 2016-04-22T07:54:13Z └ ServerVersion: 1.11.0 docker02: 172.26.10.191:2375 └ Status: Healthy └ Containers: 11 └ Reserved CPUs: 0 / 1 └ Reserved Memory: 0 B / 3.958 GiB └ Labels: executiondriver=, kernelversion=3.16.0-4-amd64, operatingsystem=Debian GNU/Linux 8 (jessie), storagedriver=aufs └ Error: (none) └ UpdatedAt: 2016-04-22T07:54:20Z └ ServerVersion: 1.11.0 docker03: 172.26.10.192:2375 └ Status: Healthy └ Containers: 10 └ Reserved CPUs: 0 / 1 └ Reserved Memory: 0 B / 3.958 GiB └ Labels: executiondriver=, kernelversion=3.16.0-4-amd64, operatingsystem=Debian GNU/Linux 8 (jessie), storagedriver=aufs └ Error: (none) └ UpdatedAt: 2016-04-22T07:54:08Z └ ServerVersion: 1.11.0 Plugins: Volume: Network: Kernel Version: 3.16.0-4-amd64 Operating System: linux Architecture: amd64 CPUs: 3 Total Memory: 11.88 GiB Name: dc700e65f50d Docker Root Dir: Debug mode (client): false Debug mode (server): false WARNING: No kernel memory limit support

Launched the image as:

docker run -d -p 3000:3000 -e DOCKER_HOST=tcp://172.26.10.193:4000 --name dockerswarm-ui mlabouardy/dockerswarm-ui

But in nodes view:

instantanea191

Any thoughts?

Thanks!

Rubén.

mlabouardy commented 8 years ago

hello, can you give me more information about your docker and docker swarm version :+1:

rcardenal commented 8 years ago

Well, you can see that info in the OP for the swarm node and the remote nodes :)

Server Version: swarm/1.2.0

docker01: 172.26.10.190:2375 └ ServerVersion: 1.11.0 docker02: 172.26.10.191:2375 └ ServerVersion: 1.11.0 docker03: 172.26.10.192:2375 └ ServerVersion: 1.11.0

yun1981 commented 8 years ago

I had the similar problem too.

image image

dnorth98 commented 8 years ago

First off, this project is potentially awesome!! I love the design

I've got the same problem as @yun1981 though in that the nodes screen looks all messed up.

docker v 1.11.1 swarm/1.2.2

mlabouardy commented 8 years ago

@dnorth98 @rcardenal @yun1981 I have just fixed, thanks for your feedback guys :+1: