Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- shinji@icarus:~$ cat ~/.local/share/lxc/utest/config
- # Template used to create this container: /usr/share/lxc/templates/lxc-download
- # Parameters passed to the template:
- # For additional config options, please look at lxc.conf(5)
- # Distribution configuration
- lxc.include = /usr/share/lxc/config/ubuntu.common.conf
- lxc.include = /usr/share/lxc/config/ubuntu.userns.conf
- lxc.arch = x86
- # Container specific configuration
- lxc.id_map = u 0 100000 65536
- lxc.id_map = g 0 100000 65536
- lxc.rootfs = /home/shinji/.local/share/lxc/utest/rootfs
- lxc.utsname = utest
- # Network configuration
- lxc.network.type = veth
- lxc.network.link = lxcbr0
- shinji@icarus:~$ cat /etc/subuid
- shinji:100000:65536
- shinji@icarus:~$ cat /etc/subgid
- shinji:100000:65536
Advertisement
Add Comment
Please, Sign In to add comment