2016-03-03 08:18:17 +08:00
|
|
|
# NAME
|
2017-03-08 10:02:39 +08:00
|
|
|
runc start - start executes the user defined process in a created container
|
2016-03-03 08:18:17 +08:00
|
|
|
|
|
|
|
# SYNOPSIS
|
2017-03-08 10:02:39 +08:00
|
|
|
runc start <container-id>
|
2016-03-03 08:18:17 +08:00
|
|
|
|
|
|
|
Where "<container-id>" 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.
|
|
|
|
|
2017-02-15 22:20:40 +08:00
|
|
|
# DESCRIPTION
|
2017-03-08 10:02:39 +08:00
|
|
|
The start command executes the user defined process in a created container.
|