-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker Compose navigation bar overwrites portion of service stdout log lines #14021
Comments
Unfortunately, Settings -> General -> untick 'Show CLI hints' does not turn this off. Very annoying. |
@makinbacon21 @florimon you can turn it off using an ENV var:
We are looking at a fix |
@eudaimos |
This was causing me different issues. I had |
Hello, @makinbacon21. Thank you for your feedbackl! Two PRs were merged: one with a fix and another improving the documentation for this experimental feature. The fix for your issue was released in compose v2.27.0 which was included in Docker Desktop release for |
OMG THANK YOU! |
Additionally to the issues mentioned above, it tends to break the iTerm2 terminal session (the newline in PS prompt is no longer printed). This is a great example of an unnecessary "UX improvement". Dear docker team - I really appreciate all the hard work you give to us. And I have a kind request - If this feature is here to stay, can you please ensure that the |
I use iterm2, and found that once the compose-menu is shown in my terminal via a "docker compose up " command, it's as though the font color for the command is now black or matching the background color of the terminal. I can still type commands and see their output - but I cannot see my cursor nor what I'm typing. I've had to close and reopen a terminal to get things functioning normally again. Thanks for the info on the env var to disable this. |
It's not fixed in 2.27 for me @jhrotko
This still happens for me |
Worked for me, retry |
Local env and disabling Show CLI hints didn't work for me.
|
Is it possible to disable this when using docker-sync ? |
I stupidly thought that the environment variable needs to be added to the docker-compose.yaml until I figured out it was in the terminal. Here's an example for those stuck like I was.
|
Description
Our development flow uses
docker compose up
to start our dev environments and view live logs. Since Docker Desktop v4.29.0, we now have a stupid Docker Desktop message that overwrites the bottom of stdout, so anything multiline that wraps (like a stack trace) breaks it and half the log is just the message.Message:
v View in Docker Desktop w Enable Watch
Reproduce
docker compose up
Expected behavior
No response
docker version
docker info
Diagnostics ID
19A580A1-07E3-4440-AB92-04F460D1B90B/20240416142037
Additional Info
Windows 11 build 22631.3447
The text was updated successfully, but these errors were encountered: