Skip to content

Using tini with java process #134

@namedgraph

Description

@namedgraph

Hi,

I made my entrypoint such:

ENTRYPOINT ["/tini", "-vvv", "--", "/usr/src/.../entrypoint.sh"]

Now the entrypoint invokes a Java process:

java -jar xxx.jar

java process cannot be killed by killing the container using Ctrl+C, and adding tini to ENTRYPOINT does not make any difference.
Can tini help in this situation or do I need another solution?

Help is appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions