DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Improve a container’s lifecycle in Docker | Padok

2 years ago www.padok.fr
Improve a container’s lifecycle in Docker | Padok

Summary: This is a summary of an article originally published by the source. Read the full original article here →

https://www.padok.fr/ https://www.padok.fr/en/blog https://www.padok.fr/en/blog/tag/cloud https://www.padok.fr/en/blog/docker-processes-container Context: The process tree and signal management

Each process can have child processes, and all have a parent process.

If the parent terminates, its child processes become orphaned and have to be adopted by another process: they are often adopted by init.

Be careful, however: the script here catches SIGTERM signals but does not propagate them to child processes.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com