大家好,又见面了,我是你们的朋友全栈君。
docker the input device is not a TTY. If you are using mintty, try prefixing the command with ‘winp 解决方法
执行命令报错
docker exec -it 8ea8a375e686 /bin/bash
the input device is not a TTY. If you are using mintty, try prefixing the command with 'winpty'
解决方案
前面加 winpt /bin/bash 改为 bash
winpty docker exec -it 8ea8a375e686 bash
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/129055.html原文链接:https://javaforall.net