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

108 Views Asked by At

If you are getting this kind of error then follow these instruction

1

There are 1 best solutions below

0
er.arunkushwaha On

first, run this command in your git bash docker run --rm -v "/c/users/vipul rao/documents/github/wappalyzer:/opt/wappalyzer" -it wappalyzer/dev

then, run this command echo "alias docker='winpty docker'" >> ~/.bashrc

or, run this command echo "alias docker='winpty docker'" >> ~/.bash_profile at last, restart your computer