runtime.md: convert oc to runc
"oc" is too short to understand here, "runc" seems better. Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>
This commit is contained in:
parent
5c98addb2b
commit
33cb754a79
|
@ -12,6 +12,6 @@ Runs a process in a container. Can be invoked several times.
|
|||
|
||||
### Stop (process)
|
||||
|
||||
Not sure we need that from oc cli. Process is killed from the outside.
|
||||
Not sure we need that from runc cli. Process is killed from the outside.
|
||||
|
||||
This event needs to be captured by oc to run onstop event handlers.
|
||||
This event needs to be captured by runc to run onstop event handlers.
|
||||
|
|
Loading…
Reference in New Issue