Jul 28, 2017 · 1 min read
Great demo! I was able to get it working the way you wrote it, then I tried it with a Vagrant-configured swarm that uses Ubuntu Trusty:
monicagangwar/docker-swarm-vagrant
docker-swarm-vagrant - Getting started with Docker swarm
github.com
For some reason, I couldn’t get all the of the services to stay running in the Vagrant group. Several would get stuck in a fail-retry loop.
I’m less concerned about actually making it work in the Vagrant group than I am about troubleshooting. There were no logs in the failed services, so I’m at a loss as to how to deal with this situation if it ever arises again. I ran a few of the images in the voting app manually, and they appeared to run, but they wouldn’t stay running as part of the stack. Any ideas on how to troubleshoot this? Thanks!
