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

392 B

NAME

runc start - start executes the user defined process in a created container

SYNOPSIS

runc start

Where "" is your name for the instance of the container that you are starting. The name you provide for the container instance must be unique on your host.

DESCRIPTION

The start command executes the user defined process in a created container.