DockerContainer.show() replaces attributes fetched from DockerContainers.List() in an incompatible way
Open
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
Assessment
This issue has not been assessed yet.