v1

latestOpenAPI 3.0.02026-07-1410578280.2 KB
Container

Pause a container

Use the cgroups freezer 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 cgroups freezer the process is unaware, and unable to capture, that it is being suspended, and subsequently resumed.

post/containers/{id}/pause

Path parameters

idstring required

ID or name of the container

Response

no error