when I attempt to leave the cluster I get this message , how can I get more info about this , what is the best log to look at
C:\Users\Administrator>docker swarm leave
Error response from daemon: context deadline exceeded
Share and learn in the Docker community.
when I attempt to leave the cluster I get this message , how can I get more info about this , what is the best log to look at
C:\Users\Administrator>docker swarm leave
Error response from daemon: context deadline exceeded
Is this when running Linux containers? This generally indicates that the node you’re talking to can’t get in touch with (other) managers. Try with --force
.