mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
e0c7b6ceb7
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>
374 B
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.