You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.
I stumbled across this project last week and decided to try it out. I'm running Docker 1.6.2 on the latest CoreOS stable release.
Things seem to work properly for most of my containers, but I've noticed that certain services won't start from time-to-time.
It seems to be isolated to containers that have a "--link" to another container. Note that in these cases I use Requires= and After= to make sure systemd knows about the start order dependency.
There isn't much in the logs, the systemd start command simply hangs. Sometimes the docker container has actually started and systemd doesn't recognize it, sometimes it hasn't started the container.
Any ideas?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I stumbled across this project last week and decided to try it out. I'm running Docker 1.6.2 on the latest CoreOS stable release.
Things seem to work properly for most of my containers, but I've noticed that certain services won't start from time-to-time.
It seems to be isolated to containers that have a "--link" to another container. Note that in these cases I use Requires= and After= to make sure systemd knows about the start order dependency.
There isn't much in the logs, the systemd start command simply hangs. Sometimes the docker container has actually started and systemd doesn't recognize it, sometimes it hasn't started the container.
Any ideas?
The text was updated successfully, but these errors were encountered: