1 Answer
- Newest
- Most votes
- Most comments
0
If you are using tini, in the buildspec.yml file, within the build phase, you could run the docker run --init... command. The buildspec.yml file syntax can be seen here.
answered 4 years ago
Thanks for your reply, but I am still confused. In my understanding the commands specified in the build phase are the ones which are executed within the container which is specified in the environment section. I would like to modify the
docker runwhich is used as environment. Is it possible? If not, I think I should run again a docker with the init option
Relevant content
- AWS OFFICIALUpdated 2 months ago

Can you tell us what problem you're trying to solve, exactly? Why do you want to add
--init?