summaryrefslogtreecommitdiffstats
path: root/docker-api/src/main/resources/configdefinitions/docker.def
blob: 20b156a9a6d0b5279c2c4d4dbaafed1af9c1e773 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2017 Yahoo Holdings. 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 = 1800000 # 30 min

isRunningLocally bool default = false
imageGCMinTimeToLiveMinutes int default = 45

networkNATted bool default = false