We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
libkrun automotive use cases:
since qm is controlled by containers libkrun provides chroot capabilities.
Prepare: Install the following rpms from (private copr for now)
https://copr.fedorainfracloud.org/coprs/slp/autosd-krun Install 3 packages into QM libkrun and libkrunfw, crun-krun is
Test: run the following command inside qm podman run --rm --runtime=krun docker.io/library/busybox uname -a
The text was updated successfully, but these errors were encountered:
@slp can you please review the howto, and maybe add extra info
Sorry, something went wrong.
@RakeshMK90 Managed to anbale repo on c9s as following
dnf install --installroot=/usr/lib/qm/rootfs --setopt=reposdir=/etc/qm/yum.repos.d dnf-plugins-core # Not working dnf copr enable slp/autosd-krun --installroot=/usr/lib/qm/rootfs # ==> try this cd /etc/qm/yum.repos.d/ && curl -O https://copr.fedorainfracloud.org/coprs/slp/autosd-krun/repo/centos-stream-9/slp-autosd-krun-centos-stream-9.repo
# Not working
# ==> try this
dnf install --installroot=/usr/lib/qm/rootfs --setopt=reposdir=/etc/qm/yum.repos.d libkrun
RakeshMK90
No branches or pull requests
libkrun automotive use cases:
since qm is controlled by containers libkrun provides chroot capabilities.
Prepare:
Install the following rpms from (private copr for now)
https://copr.fedorainfracloud.org/coprs/slp/autosd-krun
Install 3 packages into QM
libkrun and libkrunfw, crun-krun is
Test:
run the following command inside qm
podman run --rm --runtime=krun docker.io/library/busybox uname -a
The text was updated successfully, but these errors were encountered: