mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-03-29 08:23:49 +00:00
docker_image_export: Add 'platform' option
This commit is contained in:
parent
2c87133592
commit
5a28a4e346
@ -64,7 +64,7 @@ options:
|
||||
platform:
|
||||
description:
|
||||
- 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.
|
||||
type: str
|
||||
version_added: "5.1.0"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user