Re: [PATCH 06/25] configure: allow user to override docker engine

2023-10-10 Thread Alistair Francis
On Tue, Oct 10, 2023 at 3:52 AM Alex Bennée wrote: > > If you have both engines installed but one is broken you are stuck > with the automagic. Allow the user to override the engine for this > case. > > Signed-off-by: Alex Bennée Reviewed-by: Alistair Francis Alistair > --- > configure | 8 +

[PATCH 06/25] configure: allow user to override docker engine

2023-10-09 Thread Alex Bennée
If you have both engines installed but one is broken you are stuck with the automagic. Allow the user to override the engine for this case. Signed-off-by: Alex Bennée --- configure | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 707132a3ae.