aio-libs / aio-libs/aiodocker

DockerContainer.show() replaces attributes fetched from DockerContainers.List() in an incompatible way

Open
#100 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
537
Forks
118
PR merge metrics
No merged PRs in 30d

Description

According to Docker API, the container listing returns somewhat summarized version of container details while its inspection API returns full details.
The problem is that those two versions are NOT compatible. We need to serve them under a consistent view, regardless of whether the user has invoked `container.show()` or not.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.