compose-ecs
compose-ecs copied to clipboard
Deploy compose application on ECS
**What I did** **Related issue**
**What I did** I added the new bigger Fargate linux machine sizes as of platform update 1.4.0. **Related issue** Docker compose ECS integration currently returns the error message "the resources...
Fixes: #17 See: 48016d5c35193c9e253399d90c07a9e0bef6fbcc
Opening to track resolution of docker/compose-cli#1084 and docker/compose-cli#2086 originally reported by @theirix and @jared-hess, respectively. See: docker/compose-cli#1084, docker/compose-cli#2086, docker/compose-cli#2269
Fixes: #19, docker/compose-cli#1084, docker/compose-cli#2086, docker/compose-cli#2269
Location: https://github.com/docker/compose-ecs/blob/main/BUILDING.md#:~:text=help%20with%20this%3A-,make%20moby%2Dcli%2Dlink,-This%20will%20create ``` make moby-cli-link make: *** No rule to make target 'moby-cli-link'. Stop. ``` Running just `make` works. Solutions: * Remove it from the doc. * Add the build...