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

Error response from daemon: rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp 192.168.65.3:2377: connect: connection refused" #2952

Closed ghost closed 4 years ago

ghost commented 5 years ago

I have the manager started using Docker for Mac. I am trying to register a worker with the join command (using Docker for Windows), but I get:

Error response from daemon: rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp 192.168.65.3:2377: connect: connection refused"

Both versions of Docker are the same: 2.0.0.3

srinivaskantetichintu commented 4 years ago

https://linuxacademy.com/community/show/29612-docker-swarm-add-worker-node/

justincormack commented 4 years ago

This repo is for classic swarm, not swarmkit (swarm mode).