Closed TrentonAdams closed 2 years ago
Just ran in to this, are there any updates or workarounds?
@kellyp I have not found a workaround. I'm in the process of switching to the AWS CDK for things like this.
Still a problem
Docker version 20.10.11, build dea9396
$ docker compose -f staging/docker-compose.yml logs jobserver 1 error occurred:
Is it the same as https://github.com/docker/compose/issues/9126 ? and maybe solved by https://github.com/docker/compose-cli/pull/2130 ?
I workarounded it using following command: docker compose logs --tail ""
. ECS logs are printed fine with that.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it had not recent activity during the stale period.
New Docker Compose error in AWS
Sometimes I don't get the error above,
docker compose logs
simply hangs.This also was not happening yesterday...
It seems docker compose no longer works with AWS ECS. I'm guessing AWS changed something to completely break things. I can deploy the stack, but logs don't work, and I can't "down" the stack. I have to go to cloud formation and delete it manually. This was not happening yesterday. I reverted to a known working commit for my project, and it's still not working...
Steps to reproduce the issue:
docker compose logs
Describe the results you received:
1 error occurred:
Describe the results you expected:
I expected to see the logs. yesterday I saw logs, today I do not.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
docker compose version
:Output of
docker info
:I don't understand why this says I'm using Linux, as I am not, I am using a 2020 MacBook Pro 16" intell X86 architecture.
Additional environment details: