Re: [lxc-users] Establish a bind mount to a running container

2016-10-25 Thread Jäkel , Guido
Dear Stéphane, I got time to play around with injecting mounts into a running container You suggest: Setup steps, before you first start the container: 1) mkdir /tmp/shared-c1 2) mount --bind /tmp/shared-c1 /tmp/shared-c1 3) mount --make-rshared /tmp/shared-c1 4) Add

[lxc-users] Full multiuser desktop experience on LXC

2016-10-25 Thread Veselin Sinanov
Dear all, I need help, and I have search around via google, but still have struggle with that. I hope someone can help me here. I have linux box set up with LXC/LXD installed. I can create different containers using different images, but I want to do the following. I want to create an conta

Re: [lxc-users] Establish a bind mount to a running container

2016-10-25 Thread Serge E. Hallyn
On Tue, Oct 25, 2016 at 09:46:08AM +, Jäkel, Guido wrote: > In your first answer, you wrote: > >The only way of doing this that I'm aware of is what we do in LXD. > > Does this mean, that with LXD filesystem injection at runtime is supported? > Is this done by using 'lxc config device add

[lxc-users] Issue with making a new LXC container from an existing directory

2016-10-25 Thread Nicholas Clark
Hi all, I'm working on a project that involves generating a bunch of live images, and I'd love to be able to use LXC to customize the filesystems. I hacked something together using schroot, but I'd like to migrate it over to unprivileged LXC containers so that the build is cleaner and needs fewer