Re: [Qemu-devel] [PATCH v2 2/3] tests/docker/docker.py: support --include-executable

2016-06-13 Thread Riku Voipio
On 8 June 2016 at 19:35, Alex Bennée wrote: > When passed the path to a binary we copy it and any linked libraries > into the docker build context. These can then be included by a > dockerfile with the line: > > # Copy all of context into container > ADD . / > > This is mainly intended for set

Re: [Qemu-devel] [PATCH v2 2/3] tests/docker/docker.py: support --include-executable

2016-06-13 Thread Alex Bennée
Fam Zheng writes: > On Wed, 06/08 17:35, Alex Bennée wrote: >> When passed the path to a binary we copy it and any linked libraries >> into the docker build context. These can then be included by a >> dockerfile with the line: >> >> # Copy all of context into container >> ADD . / >> >> This

Re: [Qemu-devel] [PATCH v2 2/3] tests/docker/docker.py: support --include-executable

2016-06-11 Thread Fam Zheng
On Wed, 06/08 17:35, Alex Bennée wrote: > When passed the path to a binary we copy it and any linked libraries > into the docker build context. These can then be included by a > dockerfile with the line: > > # Copy all of context into container > ADD . / > > This is mainly intended for settin

[Qemu-devel] [PATCH v2 2/3] tests/docker/docker.py: support --include-executable

2016-06-08 Thread Alex Bennée
When passed the path to a binary we copy it and any linked libraries into the docker build context. These can then be included by a dockerfile with the line: # Copy all of context into container ADD . / This is mainly intended for setting up foreign architecture docker images which use qemu-$