You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
使用这个方法InspectContainerResponse containerResponse = dockerClient.inspectContainerCmd(containerId).withSize(true).exec()时,会报这个错误,Numeric value 14573918182 out of range of int(-2147483648 - 2147483647) InspectContainerResponse["SizeRootFs"], InspectContainerResponse 中的 SizeRootFs 属性是一个 Integer 类型,会转换异常
The text was updated successfully, but these errors were encountered:
使用这个方法InspectContainerResponse containerResponse = dockerClient.inspectContainerCmd(containerId).withSize(true).exec()时,会报这个错误,Numeric value 14573918182 out of range of int(-2147483648 - 2147483647) InspectContainerResponse["SizeRootFs"], InspectContainerResponse 中的 SizeRootFs 属性是一个 Integer 类型,会转换异常
The text was updated successfully, but these errors were encountered: