summaryrefslogtreecommitdiffstats
path: root/internal/pkg/config/config.example.yaml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--internal/pkg/config/config.example.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/pkg/config/config.example.yaml b/internal/pkg/config/config.example.yaml
index 20218ae..dbdf46e 100644
--- a/internal/pkg/config/config.example.yaml
+++ b/internal/pkg/config/config.example.yaml
@@ -89,8 +89,8 @@ container:
# - '**'
valid_volumes: []
# overrides the docker client host with the specified one.
- # If "-", an available docker host will automatically be found.
- # If empty, an available docker host will automatically be found and mounted in the job container (e.g. /var/run/docker.sock).
+ # If "-" or "", an available docker host will automatically be found.
+ # If "automount", an available docker host will automatically be found and mounted in the job container (e.g. /var/run/docker.sock).
# Otherwise the specified docker host will be used and an error will be returned if it doesn't work.
docker_host: "-"
# Pull docker image(s) even if already present