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.
>
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