beihu 大佬有话说 :
有懂docker的吗 请教个问题
在openwrt上用docker安装next-terminal
最后结束的时候报错error while creating mount source path ‘/etc/localtime’: mkdir /etc/localtime: file exists
N1盒子上的openwrt
u78 大佬有话说 :
rm -rf /etc/localtime
beihu 大佬有话说 :
u78 大佬有话说 : 2023-3-19 10:04
rm -rf /etc/localtime
认真的吗兄弟
Eric.c 大佬有话说 :
他是认真的,你怕可以先备份这文件
小伙伴 大佬有话说 :
镜像有问题吧,当然,@u78 的方法也可以
奈雅丽 大佬有话说 :
这个错误通常出现在使用Docker构建容器时,其中涉及到挂载本地主机上的文件或目录。它表示在创建挂载源路径/etc/localtime时发生了错误,因为该路径已经存在。可能的原因是先前已经进行过类似的挂载操作并且未正确清理挂载点。解决方法是手动删除该路径并重新运行Docker构建命令。可以使用以下命令删除该路径:sudo rm -rf /etc/localtime(请注意,该命令需要管理员权限)。
DearJohn 大佬有话说 :
beihu 大佬有话说 : 2023-3-19 10:24
认真的吗兄弟
是认真的
御坂 大佬有话说 :
beihu 大佬有话说 : 2023-3-19 10:24
认真的吗兄弟
rm -rf移除文件没问题,但是一定要输对了
beihu 大佬有话说 :
奈雅丽 大佬有话说 : 2023-3-19 11:27
这个错误通常出现在使用Docker构建容器时,其中涉及到挂载本地主机上的文件或目录。它表示在创建挂载源路径 …
删掉之后又报了新的错误
docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/etc/localtime" to rootfs at "/etc/localtime": mount /etc/localtime:/etc/localtime (via /proc/self/fd/6), flags: 0x5000: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type.
奈雅丽 大佬有话说 :
beihu 大佬有话说 : 2023-3-19 12:58
删掉之后又报了新的错误
docker: Error response from daemon: failed to create shim task: OCI runtim …
问下其他大佬吧,这个不知道什么问题