docker-py
docker-py copied to clipboard
feat(docker/api/container): inspect container with size
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
sizeto inspect_container