Docker 在 Rancher 中失败

docker failed with rancher

提问人:Cockpiler 提问时间:11/17/2023 更新时间:11/18/2023 访问量:25

问:

IMAGE_NAME="harbor.infra.yandex.astral-dev.ru/astral-edo/go/astral-ubuntu-builder:v4"

docker pull $IMAGE_NAME
docker volume create edi_operator_pkg

docker run -it --rm \
\-v $(pwd):/mnt \
\-v edi_operator_pkg:/root/go/pkg \
$IMAGE_NAME 

运行 docker 脚本,输出为:

我需要启动我的docker

Linux bash docker rancher

评论

0赞 Cockpiler 11/17/2023
在我发布的链接中,为什么 docker 连接到 unix:///home/la/.rd/docker.sock,maybee,因为我使用了 rancher-desctop
0赞 pierpy 11/18/2023
嗨,将图像用于代码/错误会导致许多问题。请阅读为什么我不应该上传代码/数据/错误的图像?。谢谢

答:

0赞 Cockpiler 11/18/2023 #1

简而言之,我修复了它,我的牧场主将立方体配置放在 context/meta 和 docker 的 config.json 中,docker-cli 进入了带有守护进程的 .rd 文件夹