1NAME() NAME()
23
4
5
runc state - output the state of a container
67
8
SYNOPSIS
10runc state <container-id>
1112
13
Where "<container-id>" is your name for the instance of the container.
1415
16
DESCRIPTION
18The state command outputs current state information for the instance of
19a container.
2021
22
23
NAME()