docker exec -it xxx bash
进入后使用以下命令安装
更新来源 apt-get update
apt-get update
安装vim apt-get install -y vim
apt-get install -y vim