-
Notifications
You must be signed in to change notification settings - Fork 16
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
Container image for Aya #1024
Comments
NVM, figured out that "discussion" is a Github feature, and not just another word for "talking". |
This is totally okay! How would I publish a docker container and how can I turn a bunch of CLI commands to install Aya into a docker container? |
Aya uses JLink, so I think the easiest way is just to copy the generated JVM runtime into the image.
I'll gladly help with this, ask if you have any more questions! |
But does it work? If it works I can put this on the website |
Yes, it works. The last command ( |
Proposal
Publish container images for Aya.
Rationale
Make running Aya more convenient, especially for first-time users.
This is largely about personal preference:
some people (myself included), when about to try out a new program,
are more inclined to execute
docker run ...
than to download a binary from the Internet.Pros
docker run ...
Cons
The text was updated successfully, but these errors were encountered: