You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Container fastgpt Starting 0.4s
Error response from daemon: failed to create task for container: 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/d/llm/fastgpt/config.json" to rootfs at "/app/data/config.json": mount /run/desktop/mnt/host/d/llm/fastgpt/config.json:/app/data/config.json (via /proc/self/fd/6), flags: 0x5000: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
after success docker pull in Windows Docker environment.
default docker-compose.yml
D:\llm\fastgpt>docker-compose up -d
[+] Running 2/3
✔ Container mongo Running 0.0s
✔ Container pg Running 0.0s
Error response from daemon: failed to create task for container: 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/d/llm/fastgpt/config.json" to rootfs at "/app/data/config.json": mount /run/desktop/mnt/host/d/llm/fastgpt/config.json:/app/data/config.json (via /proc/self/fd/6), flags: 0x5000: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type
Beta Was this translation helpful? Give feedback.
All reactions