You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2025. It is now read-only.
Currently, ecs-cli compose ignores sysctls parameters in docker-compose.yml file.
They should be mapped to the SystemControls parameters in a task definition.
Summary
Currently,
ecs-cli composeignoressysctlsparameters indocker-compose.ymlfile.They should be mapped to the
SystemControlsparameters in a task definition.Description
ecs-cli --version)ecs-cli version 1.12.1 (e70f1b1)
Linux
Config files
Expected Behavior
Sysctls parameters are mapped to the
SystemControlsparameters in a task definition, e.g.:Observed Behavior
SystemControlsparameters are ignored.