2016-03-03 08:18:17 +08:00
|
|
|
# NAME
|
2016-06-12 20:38:45 +08:00
|
|
|
runc start - start signals a created container to execute the user defined process
|
2016-03-03 08:18:17 +08:00
|
|
|
|
|
|
|
# SYNOPSIS
|
2016-09-23 17:02:53 +08:00
|
|
|
runc start <container-id> [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
|
2016-06-12 20:38:45 +08:00
|
|
|
The start command signals the container to start the user's defined process.
|