Re: [libvirt] [PATCH v3 3/4] lxc: allow user to specify command working directory

2017-07-04 Thread Daniel P. Berrange
On Mon, Jun 26, 2017 at 11:40:59AM +0200, Cédric Bosdonnat wrote: > Some containers may want the application to run in a special directory. > Add element in the domain configuration to handle this case > and use it in the lxc driver. > --- > docs/formatdomain.html.in| 5 + >

[libvirt] [PATCH v3 3/4] lxc: allow user to specify command working directory

2017-06-26 Thread Cédric Bosdonnat
Some containers may want the application to run in a special directory. Add element in the domain configuration to handle this case and use it in the lxc driver. --- docs/formatdomain.html.in| 5 + docs/schemas/domaincommon.rng| 5 + src/conf/domain_conf.c