Pause a container
POST
http://api.example.com/v1.49
/containers/{id}/pause
http://api.example.com/v1.49
{var_value}
Pause a container
Use the freezer cgroup to suspend all processes in a container.
Traditionally, when suspending a process the SIGSTOP
signal is used,
which is observable by the process being suspended. With the freezer
cgroup the process is unaware, and unable to capture, that it is being
suspended, and subsequently resumed.
POST /containers/{id}/pause
Loading...
Response
Waiting for a request to be sent.