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>
392 B
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.