Advertisement
Guest User

Untitled

a guest
Apr 1st, 2022
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. lxc.cgroup.relative = 0
  2. lxc.cgroup.dir.monitor = lxc.monitor/103
  3. lxc.cgroup.dir.container = lxc/103
  4. lxc.cgroup.dir.container.inner = ns
  5. lxc.arch = amd64
  6. lxc.include = /usr/share/lxc/config/alpine.common.conf
  7. lxc.include = /usr/share/lxc/config/alpine.userns.conf
  8. lxc.seccomp.profile = /var/lib/lxc/103/rules.seccomp
  9. lxc.apparmor.profile = generated
  10. lxc.apparmor.allow_nesting = 1
  11. lxc.mount.auto = sys:mixed
  12. lxc.monitor.unshare = 1
  13. lxc.idmap = u 0 100000 65536
  14. lxc.idmap = g 0 100000 65536
  15. lxc.tty.max = 2
  16. lxc.environment = TERM=linux
  17. lxc.uts.name = CT103
  18. lxc.cgroup2.memory.max = 536870912
  19. lxc.cgroup2.memory.swap.max = 536870912
  20. lxc.rootfs.path = /var/lib/lxc/103/rootfs
  21. lxc.net.0.type = veth
  22. lxc.net.0.veth.pair = veth103i0
  23. lxc.net.0.hwaddr = 26:81:7A:35:68:6A
  24. lxc.net.0.name = eth0
  25. lxc.net.0.script.up = /usr/share/lxc/lxcnetaddbr
  26. lxc.cgroup2.cpuset.cpus = 7
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement