Docker容器安装vim 更新 docker exec -it nginx apt-get update 安装vim docker exec -it nginx apt-get install -y vim