docker-archive / classicswarm

Swarm Classic: a container clustering system. Not to be confused with Docker Swarm which is at https://github.com/docker/swarmkit
Apache License 2.0
5.75k stars 1.08k forks source link

wrong ip to node #2963

Closed catataw closed 4 years ago

catataw commented 5 years ago

When I'm adding a new node swarm is assigning the wrong ip to node

docker info Swarm: active NodeID: m4fm7zodif7vwmogm3drejzjg Is Manager: false Node Address: 198.50.170.172 Manager Addresses: 149.56.234.130:2377

docker node inspect --format '{{.Status.Addr}}' m4fm7zodif7vwmogm3drejzjg 158.69.54.40

justincormack commented 4 years ago

This issue is for https://github.com/docker/swarmkit not the old standalone Swarm.