提交 48b2eccf 编写于 作者: O openeuler-ci-bot 提交者: Gitee

!175 create: make create time correct

Merge pull request !175 from lifeng_isula/fix_embedded
......@@ -427,6 +427,7 @@ static int unpack_container_info_for_list_response(container_list_response *cres
util_strdup_s(cresponse->containers[i]->finishat) : util_strdup_s("-");
summary_info[i]->exit_code = cresponse->containers[i]->exit_code;
summary_info[i]->restart_count = (unsigned int)cresponse->containers[i]->restartcount;
summary_info[i]->created = cresponse->containers[i]->created;
}
return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册