-
Notifications
You must be signed in to change notification settings - Fork 534
Closed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels