Handle empty container name in dockershim.

This commit is contained in:
Random-Liu
2016-10-31 14:10:42 -07:00
parent e6b2517feb
commit ecd1044200
3 changed files with 8 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ func (ds *dockerService) ListContainers(filter *runtimeApi.ContainerFilter) ([]*
converted, err := toRuntimeAPIContainer(&c)
if err != nil {
glog.V(5).Infof("Unable to convert docker to runtime API container: %v", err)
glog.V(4).Infof("Unable to convert docker to runtime API container: %v", err)
continue
}