Download error #495
Replies: 1 comment
-
I realized I was cloning into linux. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I runed docker compose --profile download up --build, I encounterd error below
How can I fix it?
`[+] Building 0.8s (9/9) FINISHED
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 171B 0.0s
=> [internal] load metadata for docker.io/library/bash:alpine3.15 0.7s
=> [internal] load build context 0.0s
=> => transferring context: 128B 0.0s
=> [1/4] FROM docker.io/library/bash:alpine3.15@sha256:463b668dccc38f32a5bb5a5d59a3e1b787be432eb69b853fe4ad49cdce9a37d5 0.0s
=> CACHED [2/4] RUN apk add parallel aria2 0.0s
=> CACHED [3/4] COPY . /docker 0.0s
=> CACHED [4/4] RUN chmod +x /docker/download.sh 0.0s
=> exporting to image 0.0s
=> => exporting layers 0.0s
=> => writing image sha256:81593505785c6a5a3f98f449780c6c79f9d67084d8f019be4ba431b622a3821b 0.0s
=> => naming to docker.io/library/webui-docker-download 0.0s
[+] Running 1/0
✔ Container webui-docker-download-1 Created 0.0s
Attaching to webui-docker-download-1
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 "/run/desktop/mnt/host/wsl/docker-desktop-bind-mounts/Ubuntu-22.04/2179bcabadb7dfb43e04fd1c20174390bda54006ca07cea67f272b0ccf08d094" to rootfs at "/data": mount /run/desktop/mnt/host/wsl/docker-desktop-bind-mounts/Ubuntu-22.04/2179bcabadb7dfb43e04fd1c20174390bda54006ca07cea67f272b0ccf08d094:/data (via /proc/self/fd/9), flags: 0x5000: no such file or directory: unknown
Beta Was this translation helpful? Give feedback.
All reactions