EN
Docker - can't open docker shell with git bash on windows - fix
2
points
Problem:
Can't open docker shell with git bash on windows.
Error message:
$ docker exec -it 4c01db0b339c bash
the input device is not a TTY. If you are using mintty, try prefixing the command with 'winpty'
Solution:
Run this command with windows CMD instead of git bash.