clean-docker / Magento2

Docker Image to Magento 2 local development in Mac, Linux and Windows
https://hub.docker.com/r/rafaelcgstz/magento2/
MIT License
444 stars 251 forks source link

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

Open itsazzad opened 5 years ago

itsazzad commented 5 years ago
$ ./shell

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

How to run that in WSL?

Niels-P commented 4 years ago

@itsazzad I had the same problem, solved it by adding 'winpty' before the docker-compose commands in the Shell file. So what I suggest is you nano edit the shell file and add 'winpty' infront of all the docker-compose lines.