Commit 8e702347 authored by heartlock's avatar heartlock

set LogPath in dockershim

parent c3b52267
...@@ -430,5 +430,6 @@ func (ds *dockerService) ContainerStatus(containerID string) (*runtimeapi.Contai ...@@ -430,5 +430,6 @@ func (ds *dockerService) ContainerStatus(containerID string) (*runtimeapi.Contai
Message: message, Message: message,
Labels: labels, Labels: labels,
Annotations: annotations, Annotations: annotations,
LogPath: r.Config.Labels[containerLogPathLabelKey],
}, nil }, nil
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment