ID or name of the container
ContainerUpgradeConfig is used for API "POST /containers/{name:.*}/upgrade". when upgrade a container, we must specify new image used to create a new container, and also can specify Cmd and Entrypoint for new container. There is all parameters that upgrade a container, if want to change other parameters, i think you should use update API interface.
Execution commands and args
The entrypoint for the container as a string or an array of strings. If the array consists of exactly one empty string ([""]) then the entry point is reset to system default.
no error