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
Hello, thank you @AbdBarho for making this wonderful docker!
I'm a novice docker user, and I encountered the below error while running the first command docker compose --profile download up --build.
=> ERROR [internal] load metadata for docker.io/library/bash:alpine3.15
------
> [internal] load metadata for docker.io/library/bash:alpine3.15
------
failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to create LLB definition: rpc error: code = Unknown desc = error getting credentials -err: exit status 1, out: `GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.secrets was not provided by any .service files`
A docker account is not necessary for downloading and running this app. maybe there is some sort of misconfiguration in your docker setup that led to this.
Hello, thank you @AbdBarho for making this wonderful docker!
I'm a novice docker user, and I encountered the below error while running the first command
docker compose --profile download up --build
.I solved this issue by the following comment
And both the download and ui (auto) builds ran well.
Thank you!
The text was updated successfully, but these errors were encountered: