ernoaapa / eliot

Open source system for managing containerized applications in IoT device
https://docs.eliot.run
Apache License 2.0
269 stars 20 forks source link

Send SIGTERM to process to make graceful shutdown #20

Closed ernoaapa closed 6 years ago

ernoaapa commented 6 years ago

When we remove the container or delete existing container, we should first send SIGTERM to the process to give it a change to stop gracefully. Only as fallback force kill the process.