-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
- I have tried with the latest version of Docker Desktop
- I have tried disabling enabled experimental features
- I have uploaded Diagnostics
- Diagnostics ID:
Expected behavior
different platform images can share same tag
#whether show platform column?
$docker image lsActual behavior
different platform images auto change tag, set to
Information
- Linux distro:
- Distro version:
- Docker Desktop Version:
Steps to reproduce the behavior
$docker run -it --rm --platform linux/amd64 ubuntu:22.04 uname -m
$docker image ls$docker run -it --rm --platform linux/arm64 ubuntu:22.04 uname -m
$docker image ls#again run linux/amd64,again pull??
$docker run -it --rm --platform linux/amd64 ubuntu:22.04 uname -m$docker image lsReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels





