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 bash