search for: elementsoscontainer

Displaying 2 results from an estimated 2 matches for "elementsoscontainer".

2014 Feb 12
0
Re: LXC container driver
...nges. eg if you set the XML to remap container uid==0 to uid == 3000 on the host then the container's filesystemm must also use uid == 3000 for any files that are intended to be accessible to root in the container. Likewise for other uid's beyond root. http://libvirt.org/formatdomain.html#elementsOSContainer NB user namespaces are a fairly new piece of functionality that is still somewhat rough around the edges. You usuaully want to have the most recent kernel.org stable kernel available when using this. > Another question : is there any advantage/disadvantage using the lxc > Userspace tools[2]...
2014 Feb 12
2
LXC container driver
Dear all, I am slowly building a Arch Linux VM guest on my Arch Linux host. The guest machine is now built and is recognized as shown by this command : gabx@hortensia ➤➤ ~ % machinectl list MACHINE CONTAINER SERVICE dahlia container nspawn 1 machines listed. I an following the libvirt.org documentation. Now, according this page[1] about lxc