2.What is the differenet between docker pause and 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!
Docker pause is used to pause or suspend a running container or containers depending on the input. This puts a pause on all running operation happening at that instance.
Docker unpause simply resumes the operations in the container.