-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker Compose Reschedule problems #3378
Comments
This is probably the same problem as docker-archive/classicswarm#2133. |
Hi Viktor, i was just testing the same feature here. I have copied the config snippet from your dockerfile environment:
- reschedule=on-node-failure
labels:
com.docker.swarm.reschedule-policies: "[\"on-node-failure\"] It is working as it should for me:
|
Hmm, for some reason container was started but in docker ps STATUS was left in "create". I had to do docker start in order for a container to change the status to "up". |
Ah didnt see you have already linked it with #2133 - problem with overlay network. |
Issue grooming: I'm sorry this issue didn't garner more attention at the time. I think after nearly 3 years it is likely to be obsolete so I am going to close. |
KDE's text editor, kate, uses a file similar to Vim's .swp files. Ignore these files so we don't rebuild on every keypress. Fixes docker#3378
Is the new Swarm reschedule feature working with Docker Compose? If it is, what should be the syntax?
I tried the following:
The logs output is:
The compose file is in https://gist.github.com/vfarcic/02cf5809efe84b82c9ca73180b50c66f .
The text was updated successfully, but these errors were encountered: