Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

Commit 583f7ac

Browse files
committed
document changes query param for /images/create
1 parent 78f98ab commit 583f7ac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

engine-api-model/docker-engine-api-v1.41.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7499,6 +7499,12 @@ paths:
74997499
Refer to the [authentication section](#section/Authentication) for
75007500
details.
75017501
type: "string"
7502+
- name: "changes"
7503+
in: "query"
7504+
description: "Apply Dockerfile instruction to the created image."
7505+
type: "array"
7506+
items:
7507+
type: "string"
75027508
- name: "platform"
75037509
in: "query"
75047510
description: "Platform in the format os[/arch[/variant]]"

0 commit comments

Comments
 (0)