美文网首页
docker容器中安装vim

docker容器中安装vim

作者: lanughing | 来源:发表于2019-07-10 14:49 被阅读0次

在docker中执行VIM指令会提示vim: command not found,需要安装vim。

当执行 apt-get install vim 安装vim时候提示

可以先执行 apt-get update

在执行apt-get install vim即可

至于什么原因,我也不知道。反正就是可以

https://www.cnblogs.com/zhchoutai/p/8440766.html

相关文章

网友评论

      本文标题:docker容器中安装vim

      本文链接:https://www.haomeiwen.com/subject/zirhkctx.html