curl --location --request POST '/v1.33/commit' \
--header 'Content-Type: application/json' \
--data-raw '{
"ArgsEscaped": true,
"AttachStderr": true,
"AttachStdin": false,
"AttachStdout": true,
"Cmd": [
null
],
"Domainname": "string",
"Entrypoint": [
null
],
"Env": [
"string"
],
"ExposedPorts": {
"property1": {},
"property2": {}
},
"Healthcheck": {
"Interval": 0,
"Retries": 0,
"StartPeriod": 0,
"Test": [
"string"
],
"Timeout": 0
},
"Hostname": "string",
"Image": "string",
"Labels": {
"property1": "string",
"property2": "string"
},
"MacAddress": "string",
"NetworkDisabled": true,
"OnBuild": [
"string"
],
"OpenStdin": false,
"Shell": [
"string"
],
"StdinOnce": false,
"StopSignal": "SIGTERM",
"StopTimeout": 10,
"Tty": false,
"User": "string",
"Volumes": {
"additionalProperties": {}
},
"WorkingDir": "string"
}'