2017-02-01 00:45:59 +00:00
|
|
|
# NAME
|
2017-02-06 20:16:36 +00:00
|
|
|
runc start - start signals a created container to execute the user defined process
|
2017-02-01 00:45:59 +00:00
|
|
|
|
|
|
|
# SYNOPSIS
|
2017-02-06 20:16:36 +00:00
|
|
|
runc start <container-id> [container-id...]
|
2017-02-01 00:45:59 +00: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-06 20:16:36 +00:00
|
|
|
# DESCRIPTIONa
|
|
|
|
The start command signals the container to start the user's defined process.
|