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>
392 B
392 B
NAME
runc resume - resumes all processes that have been previously paused
SYNOPSIS
runc resume [container-id...]
Where "" is the name for the instance of the container to be resumed.
DESCRIPTION
The resume command resumes all processes in the instance of the container. Use runc list to identiy instances of containers and their current status.