mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-04-01 17:30:29 +00:00
docker_image_export: Add 'platform' option
This commit is contained in:
parent
2c87133592
commit
5a28a4e346
@ -64,7 +64,7 @@ options:
|
|||||||
platform:
|
platform:
|
||||||
description:
|
description:
|
||||||
- Ask for this specific platform when exporting.
|
- Ask for this specific platform when exporting.
|
||||||
- For example, C(linux/amd64), C(linux/arm64/v8).
|
- For example, C(linux/amd64), C(linux/arm64).
|
||||||
- Requires Docker API 1.48 or newer.
|
- Requires Docker API 1.48 or newer.
|
||||||
type: str
|
type: str
|
||||||
version_added: "5.1.0"
|
version_added: "5.1.0"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user