FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Implemented the `SizeRw` field in the `InspectContainerResponse` class. by LarsSven · Pull Request #2216 · docker-java/docker-java · GitHub

Implemented the SizeRw field in the InspectContainerResponse class. - #2216

Merged
eddumelendez merged 5 commits into
docker-java:mainfrom
LarsSven:ls/implement-sizerw
Oct 26, 2023
Merged

Implemented the SizeRw field in the InspectContainerResponse class.#2216
eddumelendez merged 5 commits into
docker-java:mainfrom
LarsSven:ls/implement-sizerw

Conversation

LarsSven commented Oct 2, 2023

Copy link
Copy Markdown
Contributor

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 requested a review from a team as a code owner October 2, 2023 22:01
eddumelendez added this to the next milestone Oct 26, 2023
eddumelendez merged commit fea93ec into docker-java:main Oct 26, 2023

Copy link
Copy Markdown
Member

Thanks for your contribution, @LarsSven !

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL