-
Notifications
You must be signed in to change notification settings - Fork 88
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
Service continuously restarted #7
Comments
+1. I'm having the same problem, the containers are being recreated every SLEEP_TIME interval, even when the image has not changed. |
Can't reproduce (with 17.06.1-ce). @jcassee It's probably the bug you mentioned. Which will be fixed in 17.09 AFAICS. |
The following error shows up in the logs:
|
@MetalArend That seems to be another problem. I can provoke that failure when running with |
I had the following code in my
Removing the quotes actually solves it. |
Looks like this is not an issue anymore. |
Okay, closing. Please report back in case this is still a problem. |
Probably using shepherd wrong, but Docker is continuously restarting the services that shepherd updates, even when the image has not changed. I am using Docker 17.06.0-ce on Ubuntu 16.04.
What am I doing wrong? Alternatively, anything I can do to help fix or debug the problem further?
Maybe related to moby/moby#34242?
The text was updated successfully, but these errors were encountered: