compose-cli
compose-cli copied to clipboard
ACI: Aggregted logs for compose application
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
Not sure if this is related, but if I run docker compose up with a yaml that has an error in it, I get no output at all.