Difficulty: Intermediate
What do 'docker pause' and 'docker unpause' do?
They suspend all processes in the container using the cgroups freezer, stopping execution without killing the container.
Signals, Status
JavaScript is required for the interactive version of this page, including the code playground and progress tracking. Browse all InternHack tutorials.