summaryrefslogtreecommitdiffstats
path: root/docker-api/src/main/resources/configdefinitions/docker.def
blob: 22b5f669ec1732fec9a9d140026f1e6021d27c83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
namespace=vespa.hosted.dockerapi

caCertPath string default = ""
clientCertPath string default = ""
clientKeyPath string default = ""
uri string default = "unix:///host/var/run/docker.sock"

secondsToWaitBeforeKillingContainer int default = 10
maxPerRouteConnections int default = 10
maxTotalConnections int default = 100
connectTimeoutMillis int default = 100000 # 100 sec
readTimeoutMillis int default = 60000 # 1 min

isRunningLocally bool default = false
imageGCMinTimeToLiveMinutes int default = 45