Advertisement
Guest User

lxc config

a guest
Oct 16th, 2020
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. #Template used to create this container: /usr/share/lxc/templates/lxc-download
  2. # Parameters passed to the template:
  3. # For additional config options, please look at lxc.container.conf(5)
  4. # Uncomment the following line to support nesting containers:
  5. #lxc.include = /usr/share/lxc/config/nesting.conf
  6. # (Be aware this has security implications)
  7. # Distribution configuration
  8. lxc.include = /usr/share/lxc/config/common.conf
  9. # For Ubuntu 14.04
  10. lxc.mount.entry = /sys/kernel/debug sys/kernel/debug none bind,optional 0 0
  11. lxc.mount.entry = /sys/kernel/security sys/kernel/security none bind,optional 0 0
  12. lxc.mount.entry = /sys/fs/pstore sys/fs/pstore none bind,optional 0 0
  13. lxc.mount.entry = mqueue dev/mqueue mqueue rw,relatime,create=dir,optional 0 0
  14. lxc.arch = linux64
  15. # Container specific configuration
  16. lxc.rootfs.path = /var/lib/lxc/mediatek/rootfs
  17. #lxc.uts.name = mediatek
  18. #lxc.aa_allow_incomplete = 1
  19. #lxc.aa_allow_incomplete = 1
  20. # Network configuration
  21. #lxc.net.0.type = veth
  22. #lxc.net.0.link = lxcbr0
  23. #lxc.net.0.flags = up
  24. #lxc.net.0.hwaddr = ...
  25.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement