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:
Lai Jiangshan 2015-07-26 14:52:23 +08:00
parent 5c98addb2b
commit 33cb754a79
1 changed files with 2 additions and 2 deletions

View File

@ -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.