Files
runc/man/runc-resume.8.md
T
Wang Long 2f5c0afbbc pause and resume multi-containers
With this patch, `runc pasue` and `runc resume` can
pause and resume multi-containers.

Signed-off-by: Wang Long <long.wanglong@huawei.com>
2016-10-17 19:44:08 +08:00

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.