Replies: 1 comment
-
There is a docker-compose plugin for ECS available at https://github.com/docker/compose-cli, I guess it might be the one Tim already uses. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Target platform: AWS' ECS (elastic container service)
Notes so far (will be updated):
docker-compose
would fit nicely. There is a plugin for AWS' ECS (@timwu20). If we need something more complex such as K8s, we could have it using AWS EKS and run it locally with minkube for example, although docker-compose is more trivial to use especially for newcomers.Beta Was this translation helpful? Give feedback.
All reactions