-
Notifications
You must be signed in to change notification settings - Fork 508
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
Using "docker run --init" with arguments to tini #215
Comments
I think this is something that should be proposed to the docker community, I'm not sure that @krallin has the decision on this |
I've found a way to do it, but it's not ergonomic
Explanation:
|
The current docker documentation about In either case, it actually runs docker-init twice! i.e. Thankfully, |
Hello,
using tini directly in the dockerfile works well so far.
However, ideally I would like it to be transparent, so that the dockerfile does not have to be changed
Using "docker run --init" works, but then I cannot add flags to the tini call.
Is there any way to do it?
Best regards,
Daniel
The text was updated successfully, but these errors were encountered: