]> git.proxmox.com Git - mirror_qemu.git/commit
docker: add "probe" command for configure
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 10 May 2018 09:45:55 +0000 (10:45 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 5 Jun 2018 15:25:42 +0000 (16:25 +0100)
commit15df9d3783d80f64be3149b9120b6a086bdc210a
tree0c64474a4844ad0b5b83de3f69006147f22a027d
parent1d889f2a8baaa265939b339d2f52ec57f5b8a09c
docker: add "probe" command for configure

This is a helper function for the configure script. It replies yes,
sudo or no to inform the user if non-interactive docker support is
available. We trap the Exception to fail gracefully.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Fam Zheng <famz@redhat.com>
tests/docker/docker.py