mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
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:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user