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
原文地址:https://www.cnblogs.com/i-shu/p/11491301.html
时间: 2024-10-08 19:36:19
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
原文地址:https://www.cnblogs.com/i-shu/p/11491301.html