Skip to content

Implemented the SizeRw field in the InspectContainerResponse class. #2216

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Oct 26, 2023

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