From 4f169946e787270c73560c6532ee0442c0e86ee9 Mon Sep 17 00:00:00 2001 From: Dean Chen <862469039@qq.com> Date: Tue, 18 Aug 2026 16:44:38 +0500 Subject: [PATCH] docs(history): use the pulled platform in the --platform example The example pulled linux/riscv64 then ran history for linux/s390x. Signed-off-by: Dean Chen <862469039@qq.com> --- docs/reference/commandline/image_history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/image_history.md b/docs/reference/commandline/image_history.md index 1412dbdd4554..e4b82642926d 100644 --- a/docs/reference/commandline/image_history.md +++ b/docs/reference/commandline/image_history.md @@ -102,7 +102,7 @@ and shows its history. $ docker image pull --quiet --platform=linux/riscv64 alpine docker.io/library/alpine:latest -$ docker image history --platform=linux/s390x alpine +$ docker image history --platform=linux/riscv64 alpine IMAGE CREATED CREATED BY SIZE COMMENT beefdbd8a1da 3 weeks ago /bin/sh -c #(nop) CMD ["/bin/sh"] 0B 3 weeks ago /bin/sh -c #(nop) ADD file:ba2637314e600db5a… 8.46MB