docker exec -it --env COLUMNS=`tput cols` --env LINES=`tput lines` your_container_name /bin/bash
reference:
https://blog.csdn.net/DongGeGe214/article/details/86674741
本站文章如无特殊说明,均为本站原创,如若转载,请注明出处:解决docker容器vim高度宽度显示不正常 - Python技术站
docker exec -it --env COLUMNS=`tput cols` --env LINES=`tput lines` your_container_name /bin/bash
reference:
https://blog.csdn.net/DongGeGe214/article/details/86674741
本站文章如无特殊说明,均为本站原创,如若转载,请注明出处:解决docker容器vim高度宽度显示不正常 - Python技术站