Error "link /bin/[ /bin/[[: operation not supported" when using Docker:dind container to load image and push to image service #46504
Replies: 1 comment
-
Hm.. not exactly sure, as there's quite some possible moving parts here. First of all; the As to the error you're seeing; if could be filesystem related; I see the daemon picked I'll move this ticket to a discussion, because this is more a support / question than a bug-report. |
Beta Was this translation helpful? Give feedback.
-
Description
I am trying to use Alibaba Cloud OSS (Object Storage Service) as the Docker Engine storage volume and leverage a Docker:dind (Docker-in-Docker) container to perform image extraction and push operations to an image registry.
To achieve this, I have created a Pod where the dind container starts Docker Engine and the clean-ci container performs the docker load and docker push operations.
However, when executing the docker load command, I encounter the following error: "ApplyLayer exit status 1 stdout: stderr: link /bin/[ /bin/[[: operation not supported".
This error seems to be related to an unsupported link operation, possibly caused by the underlying operating system not supporting certain operations within the Docker:dind container.
I would appreciate any guidance, suggestions, or best practices on how to resolve this error and successfully load the image and push it to the image service while utilizing Alibaba Cloud OSS as the Docker Engine storage volume. Thank you.
Reproduce
The YAML file of the pod is similar to the following:
Expected behavior
No response
docker version
docker info
Additional Info
No response
Beta Was this translation helpful? Give feedback.
All reactions