#215·tini

Using "docker run --init" with arguments to tini

Author: paradoxon82Created Jul 19, 2023Updated Aug 10, 2024

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