Re: [Qemu-devel] [PATCH v5 01/14] tests: Add utilities for docker testing

2016-05-26 Thread Alex Bennée
Fam Zheng writes: > docker.py is added with a number of useful subcommands to manager docker > images and instances for QEMU docker testing. Subcommands are: > > run: A wrapper of "docker run" (or "sudo -n docker run" if necessary), > which takes care of killing and removing the running containe

[Qemu-devel] [PATCH v5 01/14] tests: Add utilities for docker testing

2016-05-22 Thread Fam Zheng
docker.py is added with a number of useful subcommands to manager docker images and instances for QEMU docker testing. Subcommands are: run: A wrapper of "docker run" (or "sudo -n docker run" if necessary), which takes care of killing and removing the running container at SIGINT. clean: Tear down