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

2016-03-15 Thread Fam Zheng
On Fri, 03/11 15:04, Alex Bennée wrote: > > Fam Zheng writes: > > > docker_run: A wrapper for "docker run" (or "sudo -n docker run" if > > necessary), which takes care of killing and removing the running > > container at SIGINT. > > > > docker_clean: A tool to tear down all the containers includ

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

2016-03-11 Thread Alex Bennée
Fam Zheng writes: > docker_run: A wrapper for "docker run" (or "sudo -n docker run" if > necessary), which takes care of killing and removing the running > container at SIGINT. > > docker_clean: A tool to tear down all the containers including inactive > ones that are started by docker_run. > >

[Qemu-devel] [PATCH v3 01/13] tests: Add utilities for docker testing

2016-03-04 Thread Fam Zheng
docker_run: A wrapper for "docker run" (or "sudo -n docker run" if necessary), which takes care of killing and removing the running container at SIGINT. docker_clean: A tool to tear down all the containers including inactive ones that are started by docker_run. docker_build: A tool to compare an