Merge pull request #77 from laijs/convert-oc-to-runc

runtime.md: convert oc to runc
This commit is contained in:
Michael Crosby 2015-07-27 09:05:24 -07:00
commit e92fa189e1
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.