Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.47 KB

API_ImageConfig.md

File metadata and controls

31 lines (24 loc) · 1.47 KB

ImageConfig

Configuration values that override the container image Dockerfile settings. See Container settings.

Contents

** Command ** Specifies parameters that you want to pass in with ENTRYPOINT.
Type: Array of strings
Array Members: Maximum number of 1500 items.
Required: No

** EntryPoint ** Specifies the entry point to their application, which is typically the location of the runtime executable.
Type: Array of strings
Array Members: Maximum number of 1500 items.
Required: No

** WorkingDirectory ** Specifies the working directory.
Type: String
Length Constraints: Maximum length of 1000.
Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: