set LogPath in dockershim

Signed-off-by: heartlock <21521209@zju.edu.cn>
This commit is contained in:
heartlock 2017-05-13 03:24:44 +00:00
parent c3b52267ca
commit 8e702347ad

View File

@ -430,5 +430,6 @@ func (ds *dockerService) ContainerStatus(containerID string) (*runtimeapi.Contai
Message: message,
Labels: labels,
Annotations: annotations,
LogPath: r.Config.Labels[containerLogPathLabelKey],
}, nil
}