Docker没有vi命令的解决方案
[root@VM_0_12_centos ~]# docker exec -it xxxxxxx bash
发现docker镜像中的 redmine并没有安装 vi/vim/nano 等编辑命令。
解决步骤如下:
apt-get install vim
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package vi
apt-get update
apt-get install vim