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

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)

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

2016-10-07 Thread Guido Jäkel
lf Of Stéphane Graber >>>> Sent: Friday, October 07, 2016 3:38 PM >>>> To: LXC users mailing-list >>>> Subject: Re: [lxc-users] Establish a bind mount to a running container >>>> >>>> On Fri, Oct 07, 2016 at 01:26:26PM +, Jäkel, Guido wr

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

2016-10-07 Thread Stéphane Graber
t; >> >Behalf Of Stéphane Graber > >> >Sent: Friday, October 07, 2016 11:46 AM > >> >To: LXC users mailing-list > >> >Subject: Re: [lxc-users] Establish a bind mount to a running container > >> > > >> >On Fri, Oct 07, 2016 at 07:

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

2016-10-07 Thread Jäkel , Guido
>-Original Message- >From: lxc-users [mailto:lxc-users-boun...@lists.linuxcontainers.org] On Behalf >Of Stéphane Graber >Sent: Friday, October 07, 2016 3:38 PM >To: LXC users mailing-list >Subject: Re: [lxc-users] Establish a bind mount to a running container > >On

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

2016-10-07 Thread Stéphane Graber
On Fri, Oct 07, 2016 at 02:39:44PM +0200, Wolfgang Bumiller wrote: > > > On October 7, 2016 at 11:45 AM Stéphane Graber wrote: > > > > > > On Fri, Oct 07, 2016 at 07:03:21AM +, Jäkel, Guido wrote: > > > Dear experts, > > > > > > I wonder if it's possible to establish

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

2016-10-07 Thread Stéphane Graber
ist > >Subject: Re: [lxc-users] Establish a bind mount to a running container > > > >On Fri, Oct 07, 2016 at 07:03:21AM +, Jäkel, Guido wrote: > >> Dear experts, > >> > >> I wonder if it's possible to establish a bind mount filesystem resource

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

2016-10-07 Thread Jäkel , Guido
>-Original Message- >From: lxc-users [mailto:lxc-users-boun...@lists.linuxcontainers.org] On Behalf >Of Stéphane Graber >Sent: Friday, October 07, 2016 11:46 AM >To: LXC users mailing-list >Subject: Re: [lxc-users] Establish a bind mount to a running container >

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

2016-10-07 Thread Wolfgang Bumiller
> On October 7, 2016 at 11:45 AM Stéphane Graber wrote: > > > On Fri, Oct 07, 2016 at 07:03:21AM +, Jäkel, Guido wrote: > > Dear experts, > > > > I wonder if it's possible to establish a bind mount filesystem resource > > from the LXC host to an already running

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

2016-10-07 Thread Stéphane Graber
On Fri, Oct 07, 2016 at 07:03:21AM +, Jäkel, Guido wrote: > Dear experts, > > I wonder if it's possible to establish a bind mount filesystem resource from > the LXC host to an already running container in an manual way, but analogous > as it is done at startup time. > > I already figured