2. What is the differenet between docker pause and unpause? by Ramalakshmi
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
Pause: The docker pause command suspends all processes in the specified containers. when suspending a process the SIGSTOP signal is used, which is observable by the process being suspended
Unpause: The docker unpause command unsuspends all processes in the specified containers.