mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
2f5c0afbbc
With this patch, `runc pasue` and `runc resume` can pause and resume multi-containers. Signed-off-by: Wang Long <long.wanglong@huawei.com>
385 B
385 B
NAME
runc pause - pause suspends all processes inside the container
SYNOPSIS
runc pause [container-id...]
Where "" is the name for the instance of the container to be paused.
DESCRIPTION
The pause command suspends all processes in the instance of the container. Use runc list to identiy instances of containers and their current status.