Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ECS] [request] Support for alternative docker runtimes #2345

Open
mliezun opened this issue Jan 14, 2024 · 2 comments
Open

[ECS] [request] Support for alternative docker runtimes #2345

mliezun opened this issue Jan 14, 2024 · 2 comments
Labels
ECS Amazon Elastic Container Service

Comments

@mliezun
Copy link

mliezun commented Jan 14, 2024

Summary

Support for alternative docker runtimes by specifying ECS_DOCKER_RUNTIME.

Description

To be able to use custom docker runtimes like sysbox is necessary to do some pretty involved configurations as showed in this post: https://aws.amazon.com/pt/blogs/aws-brasil/utilizando-runtimes-customizados-no-amazon-ecs/.

By providing an env variable like ECS_DOCKER_RUNTIME we could make the configuration easier by building an AMI based on Amazon Linux (1, 2 or 2023), installing sysbox and then setting echo "ECS_DOCKER_RUNTIME=sysbox-runc" >> /etc/ecs/ecs.conf.

Without that variable we're forced to start and manage the ECS agent manually as well as setting up network configuration with iptables.

@amogh09
Copy link

amogh09 commented Apr 30, 2024

Hi @mliezun. Thanks for creating this issue and sorry for the delay in our response. I will move transfer this issue to our feature requests repository.

@amogh09 amogh09 closed this as completed Apr 30, 2024
@amogh09 amogh09 reopened this Apr 30, 2024
@amogh09 amogh09 transferred this issue from aws/amazon-ecs-agent Apr 30, 2024
@amogh09 amogh09 added the ECS Amazon Elastic Container Service label Apr 30, 2024
@amogh09 amogh09 changed the title Support for alternative docker runtimes [ECS] [request] Support for alternative docker runtimes Apr 30, 2024
@mliezun
Copy link
Author

mliezun commented May 1, 2024

Thanks @amogh09 is there a way to link the open PR aws/amazon-ecs-agent#4073 with this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ECS Amazon Elastic Container Service
Projects
None yet
Development

No branches or pull requests

2 participants