①首先 docker exec -it 容器name/id bash 进入容器
②sudo apt-get update -y 更新软件列表
③sudo apt-get install vim -y 安装Vim编辑器
希望对你有用!