ImageConfig¶
Structure Class¶
ImageConfig
dataclass
¶
Configuration values that override the container image Dockerfile settings. For more information, see Container image settings.
Attributes¶
command
class-attribute
instance-attribute
¶
command: list[str] | None = None
Specifies parameters that you want to pass in with ENTRYPOINT.
entry_point
class-attribute
instance-attribute
¶
entry_point: list[str] | None = None
Specifies the entry point to their application, which is typically the location of the runtime executable.
working_directory
class-attribute
instance-attribute
¶
working_directory: str | None = None
Specifies the working directory.