-
Notifications
You must be signed in to change notification settings - Fork 1
Installation instructions #1
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
Comments
I'd also be interested in understanding how to use this with podman :) |
I finally have some time to address this. Sorry for such a late response! The short of it is that Massé is a BuildKit frontend and as such:
When buildkitd receives the configuration, it will look for the I will add a section to the README about this. Thanks for the feedback! For more user focused documentation about the For a nitty gritty view of the BuildKit architecture around gateway frontends like Massé, see the BuildKit architectural documentation. |
@tvandinther I've clarified requirements and usage in the Next up is to write more examples, some getting started high-level docs, and see if I can generate reference documentation for the schema. Closing this out but please reopen if you feel the requirements and usage still isn't clear. Also, I tested running |
Uh oh!
There was an error while loading. Please reload this page.
I'm a newbie to buildkit frontends. I thought that perhaps your tool did the building but I see the README uses
docker buildx build
command. How do I install your tool so that I can use it with thedocker
command? Are there also alternative binaries which this can be used with (such as podman?).Some installation/usage instructions that help someone get started as a user would be wonderful :)
The text was updated successfully, but these errors were encountered: