Skip to content

dsdk / v1.47 / ImageCommitData

Type Alias: ImageCommitData ​

ImageCommitData: object

Type declaration ​

NameTypeDescription
body?ContainerConfigThe container configuration
query?object-
query.author?stringAuthor of the image (e.g., John Hannibal Smith <hannibal@a-team.com>)
query.changes?stringDockerfile instructions to apply while committing
query.comment?stringCommit message
query.container?stringThe ID or name of the container to commit
query.pause?booleanWhether to pause the container before committing
query.repo?stringRepository name for the created image
query.tag?stringTag name for the create image