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 commands docker pause <container_name> and docker unpause <container_name> are used to temporarily suspend or pause the running container. While running the docker pause command the memory will be there, but the running container will be stopped and while running the docker unpause command the paused container will resume and start with the pre-existing memory.

docker pause akilan
docker unpause akilan