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

Froce to remove docker network #2934

Closed MikeChenfu closed 4 years ago

MikeChenfu commented 5 years ago

Hello,

I set up a Swarm and generate several overlap networks. However, I am not able to remove these networks when this swarm was terminated. It always shows

Error response from daemon: This node is not a swarm manager. Use "docker swarm init" or "docker swarm join" to connect this node to swarm and try again. When I try to set up a swarm again by using "docker swarm init", it takes so long time and get no response. I really appreciate if someone can give me any suggestions.

jony4 commented 5 years ago

do again on your swarm manager node?

justincormack commented 4 years ago

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