NebulousLabs / docker-sia

The official docker image for the Sia daemon
https://sia.tech
MIT License
20 stars 1 forks source link

Switch from shell to exec `ENTRYPOINT` #6

Closed ro-tex closed 4 years ago

ro-tex commented 4 years ago

We use the shell form of ENTRYPOINT which does not pass signals to the running process. This means that stopping the container will not signal siad to perform a graceful shutdown.

Tasks: