Displaying 2 results from an estimated 2 matches for "filesystemm".
Did you mean:
filesystems
2014 Feb 12
0
Re: LXC container driver
...todo :-)
To avoid this you must setup an UID+GID mapping in the container
using the <idmap> syntax, and also make sure that the filesystem
you give to the container has corresponding changes. 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 t...
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