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
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?