docker 与 rancher 失败

问题描述 投票:0回答:1
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 

Run docker script, and output was:

我需要启动我的docker

linux bash docker rancher
1个回答
0
投票

我简单地修复了它,我的牧场主将多维数据集配置放在 context/meta 和 docker 的 config.json 中,并且 docker-cli 与守护进程一起进入 .rd 文件夹

© www.soinside.com 2019 - 2024. All rights reserved.