docker-borgserver icon indicating copy to clipboard operation
docker-borgserver copied to clipboard

Fix for Issue #21 - container not following SIGTERM signals to close …

Open ZackEndboss opened this issue 1 year ago • 0 comments

if the processes of the container are called under bash -c because the SIGTERM signals are not passed on to processes.

Apparently ENTRYPOINT /run.sh wraps /run.sh in bash -c

and

ENTRYPOINT [“/run.sh”] doesn’t

Thanks to @andrewcrook #21

ZackEndboss avatar Jun 21 '24 09:06 ZackEndboss