Closed chrisbecke closed 1 year ago
I'll also mention as a comment that a 5 line docker-compose.yml
should not trigger a default warining about service.scale
being unsupported, when its literally not listed.
I workarounded it using following command: docker compose logs --tail ""
. ECS logs are printed fine with that.
This is still a bug.
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.
Description
When I run
docker compose logs
with an ECS context current I get an error.Steps to reproduce the issue:
docker compose use gt-sandbox
docker compose up
docker compose logs
docker-compose.yml
Describe the results you received:
Describe the results you expected:
The logs
Output of
docker-compose --version
:Output of
docker version
:Output of
docker context show
:Output of
docker info
: