Merhaba,
Docker versiyonu güncelledikten sonra
the input device is not a TTY. If you are using mintty, try prefixing the command with 'winpty'
hatasını aldım.
winpty docker-compose up -d nginx mysql phpmyadmin redis workspace
winpty docker-compose exec --user="laradock" workspace bash
şeklinde yapınca çalıştı.
arif erzin
Merhaba, Docker versiyonu güncelledikten sonra the input device is not a TTY. If you are using mintty, try prefixing the command with 'winpty'
hatasını aldım. winpty docker-compose up -d nginx mysql phpmyadmin redis workspace winpty docker-compose exec --user="laradock" workspace bash şeklinde yapınca çalıştı.