mirror of
https://github.com/docker/cli.git
synced 2026-09-27 09:46:01 -04:00
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>
This commit is contained in:
@@ -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
|
||||
<missing> 3 weeks ago /bin/sh -c #(nop) ADD file:ba2637314e600db5a… 8.46MB
|
||||
|
||||
Reference in New Issue
Block a user