docker-py icon indicating copy to clipboard operation
docker-py copied to clipboard

feat(docker/api/container): inspect container with size

Open elfkuzco opened this issue 2 months ago • 0 comments

Rationale

The docker inspect command allows clients to view the total file sizes of a container. This PR enables callers to pass the size argument while inspecting a container in order to get statistics on file sizes in the container.

Changes

  • add optional parameter size to inspect_container

elfkuzco avatar Oct 31 '25 15:10 elfkuzco