Suddenly my Docker terminals stopped to accept keyboard input.
- the cursor in the terminal is blinking, but id does not accept any input
- even pasting text via mouse does not work (i.e. copy text, right-click in terminal, select
Paste)
I've tried the following (nothing worked):
- restart IntelliJ
- delete the image/container
- try other containers
- use Attach, exec /bin/sh, Create terminal
- restart the PC
- all IntelliJ repair options
Notes:
- input in other IntelliJ windows works normally
- when I use
Open in terminalfrom Docker-desktop, it opens a terminal with /bin/sh and the input works - IntelliJ IDEA 2022.1.3 (Ultimate Edition)
Any ideas?

