docker-borgserver
docker-borgserver copied to clipboard
Fix for Issue #21 - container not following SIGTERM signals to close …
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