Posted On: Sep 6, 2018

You can now specify three new docker flags as parameters in your Amazon Elastic Container Service (ECS) Task definition. These flags are sysctl, interactive, and tty.

The sysctl parameter allows you to have fine grained control on your application's namespaced kernel parameters. Therefore, you can optimize the kernel's behavior to your application's needs without having to configure those parameters at the host-level or worry about impacting other applications.

The interactive and tty parameters, allow you to deploy containerized applications that require stdin or a tty to be allocated. This allows you to run some legacy applications that require these flags if you wanted to containerize them.

This feature is currently supported with EC2 launch-type. To learn more about ECS, please visit our product page.