WIN7平台学习docker,用git bash执行命令:
docker run -it centos /bin/bash
报错:
the input device is not a TTY. If you are using mintty, try prefixing the command with 'winpty'
网上找到的解决办法:
winpty docker run -it centos /bin/bash
stackoverflow上对应的问题:
WIN7平台学习docker,用git bash执行命令:
docker run -it centos /bin/bash
报错:
the input device is not a TTY. If you are using mintty, try prefixing the command with 'winpty'
网上找到的解决办法:
winpty docker run -it centos /bin/bash
stackoverflow上对应的问题: