Replies: 1 comment
-
UPDATE: this works but there made be tradeoffs (possibly due to lack of understanding):
Are services really not working in containers? How will we do sidecars? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Thinking this is a great config for sidecars (Consul) to run, but the containers keep quitting as soon as they start. Specifically I'm trying to start buildkite-agent (installed from pkg)
I read somewhere it's because there's no stdin and causes containers to stop immediately. There's an article about setting entrypoint to
tail -f /dev/null
but that seems to deny attachments to the container.So some examples suggest running (nginx for example) the app directly from entrypoint. Is this the recommended option? Is there really no way to make /rc services great again?
Beta Was this translation helpful? Give feedback.
All reactions