Q3. What is the differenece between docker pause and docker unpause?

Limited Time Offer!

For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!

Enroll Now

The docker pause command suspends all processes in the specified containers. On Linux, this uses the freezer cgroup. 

The docker unpause command un-suspends all processes in the specified containers.