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

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

maxPerRouteConnections int default = 10
maxTotalConnections int default = 100
connectTimeoutMillis int default = 100000 # 100 sec
readTimeoutMillis int default = 1800000 # 30 min

# TODO: Remove
secondsToWaitBeforeKillingContainer int default = 10
isRunningLocally bool default = false
imageGCMinTimeToLiveMinutes int default = 45
networkNATed bool default = false