Talk:Proxmox Linux Container: Difference between revisions
imported>Vater |
imported>Vater |
||
Line 4: | Line 4: | ||
|- | |- | ||
| | | | ||
! | ! WUI | ||
! CLI | ! CLI | ||
| Reference | |||
|- | |- | ||
| find the (a current) NixOS template | | find the (a current) NixOS template | ||
Line 177: | Line 178: | ||
| | | | ||
https://forum.proxmox.com/threads/92381/#post-402350 | https://forum.proxmox.com/threads/92381/#post-402350 | ||
|- | |- | ||
| start the NixOS container with Proxmox Virtual Environment | | start the NixOS container with Proxmox Virtual Environment | ||
Line 224: | Line 219: | ||
; Is there a configuration with cgroups versions 2 only - where cgroups version 1 is not needed - (so that is possible to rollback the manipulation of the pve lxc startup script (''/usr/share/perl5/PVE/LXC/Setup.pm''))? Or can we create such a (pre)build image (''tar'')?: I do not know. | ; Is there a configuration with cgroups versions 2 only - where cgroups version 1 is not needed - (so that is possible to rollback the manipulation of the pve lxc startup script (''/usr/share/perl5/PVE/LXC/Setup.pm''))? Or can we create such a (pre)build image (''tar'')?: I do not know. | ||
: <code>grep cgroup /proc/filesystems</code> | |||
<pre> | |||
nodev cgroup | |||
nodev cgroup2 | |||
</pre> | |||
; Notes: | ; Notes: |