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
When running docker compose up --build, it would appear the outputs of the overall status of the build process and the detailed status of the current build step are overwriting each other. It produces what I'd call a terminal seizure that is nearly impossible to follow.
Description
When running
docker compose up --build
, it would appear the outputs of the overall status of the build process and the detailed status of the current build step are overwriting each other. It produces what I'd call a terminal seizure that is nearly impossible to follow.Here is a short video showing what I mean.
https://github.com/user-attachments/assets/746d30e6-e8a4-4ae2-84c0-c300aff7043c
Reproduce
docker compose -f <your compose build file> up --build
Expected behavior
No terminal seizure! I do not recall seeing this in previous versions, so perhaps a regression?
docker version
Client: Docker Engine - Community Version: 27.4.1 API version: 1.47 Go version: go1.22.10 Git commit: b9d17ea Built: Tue Dec 17 15:45:46 2024 OS/Arch: linux/amd64 Context: default Server: Docker Engine - Community Engine: Version: 27.4.1 API version: 1.47 (minimum version 1.24) Go version: go1.22.10 Git commit: c710b88 Built: Tue Dec 17 15:45:46 2024 OS/Arch: linux/amd64 Experimental: false containerd: Version: 1.7.24 GitCommit: 88bf19b2105c8b17560993bee28a01ddc2f97182 runc: Version: 1.2.2 GitCommit: v1.2.2-0-g7cb3632 docker-init: Version: 0.19.0 GitCommit: de40ad0
docker info
Additional Info
No response
The text was updated successfully, but these errors were encountered: