Pause/Unpause

Difficulty: Intermediate

Question

What do 'docker pause' and 'docker unpause' do?

Answer

They suspend all processes in the container using the cgroups freezer, stopping execution without killing the container.

Concepts covered

Signals, Status