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>
367 B
367 B
NAME
runc pause - pause suspends all processes inside the container
SYNOPSIS
runc pause
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.