随笔分类 -  Docker

摘要:执行Docker命令: docker exec -it 6620a3dc4d19 /bin/bash 出现错误: OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caus 阅读全文
posted @ 2022-01-09 23:08 ipaler 阅读(627) 评论(0) 推荐(0)
摘要:有时候需要临时修改Docker容器中的配置,但是在修改文件时无法使用vim命令: root@nginx:/etc/nginx# vim nginx.conf bash: vim: command not found root@nginx:/etc/nginx# 此时需要在容器中手动安装vim apt 阅读全文
posted @ 2021-12-16 22:39 ipaler 阅读(276) 评论(0) 推荐(0)