-
Notifications
You must be signed in to change notification settings - Fork 255
exec and run shell's have strange character output bugs #1453
Comments
"weird" console output is caused by compose cli not setting the terminal in character mode when attaching to container, we need to fix this. second issue with Ctrl+C signal is unclear to me, maybe related. |
Hi. Since the latest update of Docker Desktop to 3.5.2 (66501) I started seeing an issue that completely fits this description. I'm on a mac using iterm. After executing each command the shell prompt contains characters like My guess would be maybe this commit is the culprit, since it touches the same code that contained the fix for this issue. |
I'm having the same issues on Docker Desktop 3.5.2 that @RKushnir describes. |
I noticed it happens when I do |
This should have been addressed by #1934 |
Description
Quirks with exec shell and character output.
Steps to reproduce the issue:
docker compose run --entrypoint bash ruby
run
and get proper irb outputdocker compose run ruby
^[[30;
output.Both of those commands show proper output in `docker-compose.
I tried this both on iTerm and Terminal on mac with both bash and zsh, and saw the same issues each time.
Output of
docker version
:Output of
docker context show
:The text was updated successfully, but these errors were encountered: