You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2023. It is now read-only.
Currently the Docker ACI integration allows to deploy compose application with docker compose up, and also to access container logs for each container individually with docker logs <CONTAINER_ID>.
We don't currently support viewing the aggregated logs of all containers in a Compose application, with docker compose logs.
This requires a way to get ACI logs from all containers in a container group, in the right order.
Timestamps on ACI logs and/or streamed logs will allow this implementation