Debug School

Nilesh Kumar
Nilesh Kumar

Posted on

Difference between docker pause and docker unpause

If we want to pause the processes running inside the container, we can use the “docker pause” command.

$ docker pause

To un-pause the container, use “docker un-pause” command.
$ docker unpause

Top comments (0)