docker exec -it --env COLUMNS=`tput cols` --env LINES=`tput lines` your_container_name /bin/bash
参考链接:
https://github.com/moby/moby/issues/35407#issuecomment-355753176
docker exec -it --env COLUMNS=`tput cols` --env LINES=`tput lines` your_container_name /bin/bash
参考链接:
https://github.com/moby/moby/issues/35407#issuecomment-355753176