Re: [Qemu-devel] [PATCH 5/6] tests/docker/docker.py: expand images command

2016-10-30 Thread Fam Zheng
On Fri, 10/28 17:33, Alex Bennée wrote: > Modern docker cli commands can filter by repository but as we want to > work on all instances do this by hand in python: > >/tests/docker/docker.py images --repo qemu > > Will return a space delimited list for the benefit of our Makefile > recipes. >

[Qemu-devel] [PATCH 5/6] tests/docker/docker.py: expand images command

2016-10-28 Thread Alex Bennée
Modern docker cli commands can filter by repository but as we want to work on all instances do this by hand in python: /tests/docker/docker.py images --repo qemu Will return a space delimited list for the benefit of our Makefile recipes. Signed-off-by: Alex Bennée --- tests/docker/docker.py