-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stone-prover
build script is unhelpful when Docker is misconfigured
#24
Comments
Context: #1 |
This particular error occurs because dependency submodules have not been pulled. The repository must be cloned with
|
I think this was a requirement in my case: https://wiki.archlinux.org/title/Docker#Rootless_Docker_daemon And it was sufficient to build |
Here's a non-Arch specific bit of documentation on running rootless, FYI: https://docs.docker.com/engine/security/rootless/ Feel free to close this out if you want. |
I guess you could say that, it's a reasonable expectation. |
If Docker is uninstalled/misconfigured, the output is rather unhelpful:
I'm not sure what to suggest at this point, in part because I'm not very experienced with Docker. I may also be off the beaten path by trying to use
pacman
(Arch Linux package manager) to set it up.Ideas:
README.md
for setting this up and/or its requirementsThe text was updated successfully, but these errors were encountered: