Sylvain MOUQUET

Results 10 comments of Sylvain MOUQUET

the project is still maintained ?

+1 `docker service exec`

The error occures today with docker version 17.07.0-ce ``` $ docker version Client: Version: 17.07.0-ce API version: 1.31 Go version: go1.8.3 Git commit: 8784753 Built: Tue Aug 29 17:42:53 2017...

Next i demote and promote the second node of the first env and now i have : ``` $ docker node demote "Status": { "State": "ready", "Addr": "10.99.9.11" } ```...

1) It's a new installation with docker 17.10 installed from scratch 2) The docker swarm is initialized with : `$ docker swarm init` and in others managers : `$ docker...

Well i dont know why but the node2 is now with ip 0.0.0.0... I have not changed anything on the platform I run docker node inspect in the 3 nodes...

I have demote and promote the node2 to get the IP The docker daemon returns lot of logs with node join event : `$ journalctl -fu docker.service` ``` nov. 08...

And now the node2 has been promoted to be the new leader with ip 0.0.0.0.

I have reinstalled with : `$ docker swarm init --advertise-addr 10.99.9.10` The installation is ok, the IP are correct for all nodes Next i try to demote the node1. now...

@sfdye @s-t-e-v-e-n-k could you give us information about the merge of this PR in master please ?