strip env vars from container detail (#1305)

This commit is contained in:
henrygd
2025-10-25 12:58:13 -04:00
parent 7f372c46db
commit b9139a1f9b
2 changed files with 13 additions and 9 deletions

View File

@@ -154,7 +154,7 @@ func (h *GetContainerInfoHandler) Handle(hctx *HandlerContext) error {
return err
}
return hctx.SendResponse(info, hctx.RequestID)
return hctx.SendResponse(string(info), hctx.RequestID)
}
////////////////////////////////////////////////////////////////////////////