docker swarm how to find out why service can’t start

I found one handy solution to the problem. docker service ps –no-trunc {serviceName} which will show errors with downloading images, mounting nfs volumes amongst others. ———————- UPDATE Not all errors can be found in the way described above. Another usefull tool is looking at the docker deamon logs which can be done the follwing way … Read more