entry Point
Parameters
Early versions of the Amazon ECS container agent don't properly handle `entryPoint`
parameters. If you have problems using `entryPoint`
, update your container agent or enter your commands and arguments as `command`
array items instead. The entry point that's passed to the container. This parameter maps to `Entrypoint`
in the Create a container section of the Docker Remote API and the `--entrypoint`
option to docker run. For more information, see https://docs.docker.com/engine/reference/builder/#entrypoint.
Parameters
Early versions of the Amazon ECS container agent don't properly handle `entryPoint`
parameters. If you have problems using `entryPoint`
, update your container agent or enter your commands and arguments as `command`
array items instead. The entry point that's passed to the container. This parameter maps to `Entrypoint`
in the Create a container section of the Docker Remote API and the `--entrypoint`
option to docker run. For more information, see https://docs.docker.com/engine/reference/builder/#entrypoint.