Files
runc/man/runc-pause.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

385 B

NAME

runc pause - pause suspends all processes inside the container

SYNOPSIS

runc pause [container-id...]

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.