From 3bbc491e6000d24ea90656b4be4728dda2fd2cc8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rados=C5=82aw=20Korzeniewski?= Date: Tue, 15 Oct 2019 10:15:30 +0200 Subject: [PATCH] Add Docker Plugin regression tests. --- regress/prototype.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/regress/prototype.conf b/regress/prototype.conf index bf99f185f..087b40f28 100644 --- a/regress/prototype.conf +++ b/regress/prototype.conf @@ -198,3 +198,8 @@ REMOTE_PORT=8102 REMOTE_PASSWORD="zzzzz" # Where the win32 client will have to contact the SD REMOTE_STORE_ADDR="zzzz" + +# Docker Plugin docker_host parameter +# you can use: unix:///var/run/docker.sock +# to simulate remote operation with local socket +#PLUGDOCKERHOST="tcp://10.0.0.1:2376" -- 2.47.3