-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Expose platform in docker ps #47764
Copy link
Copy link
Labels
area/imagesImage ServiceImage Servicearea/uxcontainerd-integrationIssues and PRs related to containerd integrationIssues and PRs related to containerd integrationkind/enhancementEnhancements are not bugs or new features but can improve usability or performance.Enhancements are not bugs or new features but can improve usability or performance.
Metadata
Metadata
Assignees
Labels
area/imagesImage ServiceImage Servicearea/uxcontainerd-integrationIssues and PRs related to containerd integrationIssues and PRs related to containerd integrationkind/enhancementEnhancements are not bugs or new features but can improve usability or performance.Enhancements are not bugs or new features but can improve usability or performance.
Type
Projects
Status
Done
Status
Done
Description
When multiple containers are started from the same multi-platform image, but with different platforms, there's no way to distinguish them in the
docker psoutput:Reproduce
Expected behavior
The containers running different platform variants of an image should be distinguishable in the
docker psoutputdocker version
docker info
Additional Info
No response