Replace usage of runc with runtime

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>

Closes: #412
Approved by: baude
This commit is contained in:
Matthew Heon
2018-02-28 09:29:46 -05:00
committed by Atomic Bot
parent fa5f99effa
commit c5dc7f81fc
5 changed files with 18 additions and 16 deletions

View File

@ -466,7 +466,7 @@ func (c *Container) CgroupParent() string {
// LogPath returns the path to the container's log file
// This file will only be present after Init() is called to create the container
// in runc
// in the runtime
func (c *Container) LogPath() string {
return c.config.LogPath
}