summaryrefslogtreecommitdiffstats
path: root/tests/docker/docker.py
Commit message (Expand)AuthorAgeFilesLines
* docker.py: Python 2.6 argparse compatibilityStefan Hajnoczi2017-08-301-1/+3
* docker.py: Improve subprocess exit code handlingFam Zheng2017-07-171-7/+12
* docker.py: Drop infile parameterFam Zheng2017-07-171-4/+2Star
* docker: rebuild image if 'extra files' checksum does not matchPhilippe Mathieu-Daudé2017-06-211-3/+13
* docker: add --include-files argument to 'build' commandPhilippe Mathieu-Daudé2017-06-211-3/+9
* docker: let _copy_with_mkdir() sub_path argument be optionalPhilippe Mathieu-Daudé2017-06-211-1/+1
* tests/docker: support proxy / corporate firewallPhilippe Mathieu-Daudé2017-03-071-0/+6
* tests/docker: add basic user mapping supportAlex Bennée2017-02-241-2/+14
* docker: Terminate instances at SIGTERM and SIGHUPFam Zheng2016-09-231-1/+4
* docker: Handle exceptions when looking for docker commandEduardo Habkost2016-09-231-3/+6
* docker: silence debootstrap when --quiet is givenSascha Silbe2016-09-081-1/+2
* docker.py: don't hang on large docker outputSascha Silbe2016-09-081-3/+6
* docker: Add "images" subcommand to docker.pyFam Zheng2016-07-201-0/+9
* tests/docker/docker.py: add update operationAlex Bennée2016-07-201-1/+58
* tests/docker/docker.py: check and run .pre scriptAlex Bennée2016-07-201-0/+12
* tests/docker/docker.py: support --include-executableAlex Bennée2016-07-201-0/+58
* tests/docker/docker.py: docker_dir outside buildAlex Bennée2016-07-201-8/+13
* tests: Add utilities for docker testingFam Zheng2016-06-011-0/+194