Docker容器中安装vim指令 docker exec -it 容器名 /bin/bash #进入容器apt update # 更新apt-get install vim # 安装 vim Linux 2023-10-05 102 点赞 1 评论 154 浏览