Description
We updated to the new compose. While it does look really fancy and matrix-y, frankly, it's useless. So I checked the flags by running docker compose. (Which are mismatched with the docs FYI!)
--ansi never sounds like it would get us back the useful full view. But it does not. It simply does absolutely nothing. The output is unchanged.
My workaround is writing it to a file, that disables it. It still looks different than before if I remember correctly, but at least the full log is readable.
PS: Is there a mailing list for only critical updates and changes like this? I merely randomly discovered that compose is now in your repo and v1 deprecated.
Thanks.
Steps To Reproduce
docker compose --ansi never build
Compose Version
Docker Compose version v2.12.2
Docker Environment
Only the important bits, as I'm not keen on sending ids and potentially identifiable data randomly.
app: Docker App (Docker Inc., v0.9.1-beta3)
buildx: Docker Buildx (Docker Inc., v0.9.1-docker)
compose: Docker Compose (Docker Inc., v2.12.2)
scan: Docker Scan (Docker Inc., v0.21.0)
Server Version: 20.10.21
containerd version: 770bd0108c32f3fb5c73ae1264f7e503fe7b2661
Anything else?
No response
Description
We updated to the new compose. While it does look really fancy and matrix-y, frankly, it's useless. So I checked the flags by running
docker compose. (Which are mismatched with the docs FYI!)--ansi neversounds like it would get us back the useful full view. But it does not. It simply does absolutely nothing. The output is unchanged.My workaround is writing it to a file, that disables it. It still looks different than before if I remember correctly, but at least the full log is readable.
PS: Is there a mailing list for only critical updates and changes like this? I merely randomly discovered that compose is now in your repo and v1 deprecated.
Thanks.
Steps To Reproduce
docker compose --ansi never buildCompose Version
Docker Environment
Anything else?
No response