Skip to content

Conversation

@LarsSven
Copy link
Contributor

@LarsSven LarsSven commented Oct 2, 2023

This PR implements the SizeRw field that is missing from the docker inspect response. This field is present in the response of docker list, but is not present in docker inspect.

One other concern I had while writing this PR is that my SizeRw deliberately mirrors SizeRootFs, but SizeRootFs is implemented as an integer in the inspect command. I suspect they should be longs instead to avoid overflows. Within the list command, they are implemented as longs.

@LarsSven LarsSven requested a review from a team as a code owner October 2, 2023 22:01
@eddumelendez eddumelendez added this to the next milestone Oct 26, 2023
@eddumelendez eddumelendez merged commit fea93ec into docker-java:main Oct 26, 2023
@eddumelendez
Copy link
Member

Thanks for your contribution, @LarsSven !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants