Skip to content
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

podman + krun Support #25

Merged
merged 13 commits into from
Sep 27, 2024
Prev Previous commit
Next Next commit
Add error when no runtime found
  • Loading branch information
efrecon committed Sep 27, 2024
commit 0ef3dfcec35c3957b895c292196f349f06662f1e
2 changes: 2 additions & 0 deletions lib/microvm.sh
Original file line number Diff line number Diff line change
@@ -32,6 +32,8 @@ _microvm_runtime_auto() {
elif check_command -s -- krunvm; then
check_command buildah
KRUNVM_RUNNER_RUNTIME="krunvm"
else
error "No suitable runtime found. Please install 'krun' or 'krunvm'"
fi
info "Automatically selected $KRUNVM_RUNNER_RUNTIME to handle microVMs"
}
Loading