docker failed with rancher

40 Views Asked by At
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:

I need to start my docker

1

There are 1 best solutions below

0
Cockpiler On

I fixed it in short, my rancher put the cube config in context/meta and in config.json of docker and the docker-cli went into the .rd folder with the daemon