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

feat: support installing Olares in PVE LXC containers #77

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

aby913
Copy link
Collaborator

@aby913 aby913 commented Dec 16, 2024

To install Olares in a PVE LXC container, you need to set the privileged parameters for the container by modifying /etc/pve/lxc/VMID.conf and adding the following information:

lxc.apparmor.profile: unconfined
lxc.cgroup.devices.allow: a
lxc.cap.drop:
lxc.mount.auto: "proc:rw sys:rw cgroup:rw"

@github-actions github-actions bot added the feat label Dec 16, 2024
@aby913 aby913 force-pushed the feat/support-pve-lxc branch 5 times, most recently from 5ee7c1f to 6320a5b Compare December 17, 2024 13:19
dkeven
dkeven previously approved these changes Dec 17, 2024
@aby913 aby913 force-pushed the feat/support-pve-lxc branch from e1bd9d8 to ac7e971 Compare December 18, 2024 05:48
@aby913 aby913 merged commit 2f12448 into main Dec 18, 2024
1 check passed
@aby913 aby913 deleted the feat/support-pve-lxc branch December 18, 2024 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants