mirror of
https://github.com/docker/cli.git
synced 2026-09-27 09:46:01 -04:00
Merge pull request #7218 from locker95/docs/history-platform-example
docs(history): use the pulled platform in the --platform example
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