diff --git a/plugins/sandbox/controller.go b/plugins/sandbox/controller.go index e85f0739a..7c613f954 100644 --- a/plugins/sandbox/controller.go +++ b/plugins/sandbox/controller.go @@ -271,7 +271,9 @@ func (c *controllerLocal) Status(ctx context.Context, sandboxID string, verbose SandboxID: resp.GetSandboxID(), Pid: resp.GetPid(), State: resp.GetState(), - ExitedAt: resp.GetCreatedAt().AsTime(), + Info: resp.GetInfo(), + CreatedAt: resp.GetCreatedAt().AsTime(), + ExitedAt: resp.GetExitedAt().AsTime(), Extra: resp.GetExtra(), }, nil }