Files
runc/man/runc-resume.8.md
T
Qiang Huang e0c7b6ceb7 Only allow single container operation
As per the discussions in #1156 , we think it's a bad
idea to allow multi container operations in runc. So
revert it.

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
2017-03-08 10:02:39 +08:00

374 B

NAME

runc resume - resumes all processes that have been previously paused

SYNOPSIS

runc resume

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.