dsdk / v1.47 / ImageCommitData
Type Alias: ImageCommitData ​
ImageCommitData:
object
Type declaration ​
Name | Type | Description |
---|---|---|
body ? | ContainerConfig | The container configuration |
query ? | object | - |
query.author ? | string | Author of the image (e.g., John Hannibal Smith <hannibal@a-team.com> ) |
query.changes ? | string | Dockerfile instructions to apply while committing |
query.comment ? | string | Commit message |
query.container ? | string | The ID or name of the container to commit |
query.pause ? | boolean | Whether to pause the container before committing |
query.repo ? | string | Repository name for the created image |
query.tag ? | string | Tag name for the create image |