shinji

continer config and other files

May 5th, 2014
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. shinji@icarus:~$ cat ~/.local/share/lxc/utest/config
  2. # Template used to create this container: /usr/share/lxc/templates/lxc-download
  3. # Parameters passed to the template:
  4. # For additional config options, please look at lxc.conf(5)
  5.  
  6. # Distribution configuration
  7. lxc.include = /usr/share/lxc/config/ubuntu.common.conf
  8. lxc.include = /usr/share/lxc/config/ubuntu.userns.conf
  9. lxc.arch = x86
  10.  
  11. # Container specific configuration
  12. lxc.id_map = u 0 100000 65536
  13. lxc.id_map = g 0 100000 65536
  14. lxc.rootfs = /home/shinji/.local/share/lxc/utest/rootfs
  15. lxc.utsname = utest
  16.  
  17. # Network configuration
  18. lxc.network.type = veth
  19. lxc.network.link = lxcbr0
  20.  
  21. shinji@icarus:~$ cat /etc/subuid
  22. shinji:100000:65536
  23.  
  24. shinji@icarus:~$ cat /etc/subgid
  25. shinji:100000:65536
Advertisement
Add Comment
Please, Sign In to add comment