Initial support for Docker 1.12 Swarm Mode
This commit is contained in:
parent
03d16d12d5
commit
99c8bffcbf
6 changed files with 1406 additions and 99 deletions
|
@ -664,11 +664,19 @@ watch = true
|
|||
exposedbydefault = true
|
||||
|
||||
# Use the IP address from the binded port instead of the inner network one. For specific use-case :)
|
||||
|
||||
#
|
||||
# Optional
|
||||
# Default: false
|
||||
#
|
||||
usebindportip = true
|
||||
# Use Swarm Mode services as data provider
|
||||
#
|
||||
# Optional
|
||||
# Default: false
|
||||
#
|
||||
swarmmode = false
|
||||
|
||||
|
||||
# Enable docker TLS connection
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue