-
Notifications
You must be signed in to change notification settings - Fork 8
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
Improve installation documentation #22
Comments
Hi @sanel and thanks for your feedback. Quite a number of packages use the A single command to build and install from source could indeed be useful. Currently it is not possible to customise the install directory of Documentation could indeed be clearer on how to patch
|
I'll leave this ticket open for now, while we consider updates to the documentation. |
Sounds good; thank you for your detailed reply :) |
The current installation method expects the user to run
curl <url> | sudo sh
, which isn't considered a safe practice. I assume this is how to build it from a source tree:make install
)It also hardcodes
/opt/runcvm
as an installation path. Is there a way to make this customizable, at least via an env variable (e.g.,RUNCVM_INSTALL_DIR=/opt/runcvm build.sh
)?Also, documentation on how to add it to
/etc/docker/daemon.json
manually is missing, especially if there are multiple alternative runtimes (the installer would alter it automatically). For example, I'm running crun as the main runtime, and mydaemon.json
looks lile this:The text was updated successfully, but these errors were encountered: