docker TLS support

This commit is contained in:
唐家文 2015-11-20 23:05:06 +08:00
parent 3f905ee7d0
commit a8a78b8ea3
3 changed files with 37 additions and 1 deletions

View file

@ -404,6 +404,14 @@ watch = true
# Optional
#
# filename = "docker.tmpl"
# Enable docker TLS connection
#
# [docker.tls]
# ca = "/etc/ssl/ca.crt"
# cert = "/etc/ssl/docker.crt"
# key = "/etc/ssl/docker.key"
# insecureskipverify = true
```
Labels can be used on containers to override default behaviour: