Re: [Qemu-devel] [PATCH v3 1/3] tests/docker: add basic user mapping support

2017-02-14 Thread Fam Zheng
On Tue, 02/14 15:11, Alex Bennée wrote: > > Fam Zheng writes: > > > On Tue, 02/14 10:07, Alex Bennée wrote: > >> Currently all docker builds are done by exporting a tarball to the > >> docker container and running the build as the containers root user. > >> Other use cases are possible however a

Re: [Qemu-devel] [PATCH v3 1/3] tests/docker: add basic user mapping support

2017-02-14 Thread Alex Bennée
Fam Zheng writes: > On Tue, 02/14 10:07, Alex Bennée wrote: >> Currently all docker builds are done by exporting a tarball to the >> docker container and running the build as the containers root user. >> Other use cases are possible however and it is possible to map a part >> of users file-syste

Re: [Qemu-devel] [PATCH v3 1/3] tests/docker: add basic user mapping support

2017-02-14 Thread Fam Zheng
On Tue, 02/14 10:07, Alex Bennée wrote: > Currently all docker builds are done by exporting a tarball to the > docker container and running the build as the containers root user. > Other use cases are possible however and it is possible to map a part > of users file-system to the container. This is