Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose platform in docker ps #47764

Open
vvoland opened this issue Apr 26, 2024 · 0 comments · May be fixed by #42464
Open

Expose platform in docker ps #47764

vvoland opened this issue Apr 26, 2024 · 0 comments · May be fixed by #42464
Assignees
Labels
area/images area/ux containerd-integration Issues and PRs related to containerd integration kind/enhancement Enhancements are not bugs or new features but can improve usability or performance.

Comments

@vvoland
Copy link
Contributor

vvoland commented Apr 26, 2024

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 ps output:

Reproduce

$ docker run -d --platform linux/amd64 nginx
$ docker run -d --platform linux/arm64 nginx

$ docker ps
CONTAINER ID   IMAGE     COMMAND                  CREATED          STATUS          PORTS     NAMES
37263e2e3b85   nginx     "/docker-entrypoint.…"   10 seconds ago   Up 9 seconds    80/tcp    silly_shannon
5abe550e5766   nginx     "/docker-entrypoint.…"   31 seconds ago   Up 29 seconds   80/tcp    laughing_robinson

Expected behavior

The containers running different platform variants of an image should be distinguishable in the docker ps output

docker version

26.1.0

docker info

-

Additional Info

No response

@vvoland vvoland added kind/bug Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed. containerd-integration Issues and PRs related to containerd integration area/ux labels Apr 26, 2024
@vvoland vvoland self-assigned this Apr 26, 2024
@vvoland vvoland added kind/enhancement Enhancements are not bugs or new features but can improve usability or performance. area/images and removed kind/bug Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed. labels Apr 26, 2024
@rumpl rumpl changed the title containerd integration: Expose platform in docker ps Expose platform in docker ps Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/images area/ux containerd-integration Issues and PRs related to containerd integration kind/enhancement Enhancements are not bugs or new features but can improve usability or performance.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant