docker error : the input device is not a TTY. If you are using mintty, try prefixing the command with ‘winpty’

After I run this
$ docker run --rm -v "/c/users/vipul rao/documents/github/wappalyzer:/opt/wappalyzer" -it wappalyzer/dev

I am getting the following error

the input device is not a TTY. If you are using mintty, try prefixing the command with ‘winpty’

What should I use here? I am running Docker on Windows 8 in MINGW64.

Leave a Comment