From: Radosław Korzeniewski Date: Tue, 15 Oct 2019 08:15:30 +0000 (+0200) Subject: Add Docker Plugin regression tests. X-Git-Tag: Release-9.6.0~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bbc491e6000d24ea90656b4be4728dda2fd2cc8;p=thirdparty%2Fbacula.git Add Docker Plugin regression tests. --- 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"