Y
Hacker News
new
|
ask
|
show
|
jobs
by
omginternets
2146 days ago
Ah sorry, I was unclear: I meant Amazon ECS.
1 comments
ctalledo
2146 days ago
Got it; the answer is no, because I believe AWS ECS (Fargate) creates the containers using the OCI runc. In order for them to offer system-containers as a service, AWS ECS would need to run Sysbox on their backend to deploy the containers.
link
ecnahc515
2146 days ago
That should be possible with EC2 nodes for your ECS cluster rather than Fargate.
link
ctalledo
2146 days ago
Yes, as long as you can install Sysbox on the EC2 nodes, you are good to go.
link