v2.1.3
·
24 commits
to refs/heads/main
since this release
linux parameters add @mihaiplesa (#285)
Re-do of https://github.com//pull/189what
- set
initProcessEnabled = true
in container definition if user has opted to enable ecs_exec (it is optional, but recommended by AWS)
why
- it will remove zombie processes in containers after exec is run
- because AWS recommended it