Signals Handling Inside Docker Container
Reading Time: 2 minutes Linux supports both POSIX reliable signals and POSIX real-time signals. Signal Dispositions: Each signal has a current disposition, which determines how the process behaves when it is delivered the signal. We have different types of signals in Linux The specified default disposition of few signals are below: Term : default action is to terminate the process.Ign : default action is to ignore the signal.Stop : Continue Reading