File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
content/manuals/engine/logging/drivers Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -84,11 +84,12 @@ Users can use the `--log-opt NAME=VALUE` flag to specify additional Fluentd logg
8484### fluentd-address
8585
8686By default, the logging driver connects to ` localhost:24224 ` . Supply the
87- ` fluentd-address ` option to connect to a different address. ` tcp ` (default) and ` unix ` sockets are supported.
87+ ` fluentd-address ` option to connect to a different address. ` tcp ` (default), ` tls ` and ` unix ` sockets are supported.
8888
8989``` console
9090$ docker run --log-driver=fluentd --log-opt fluentd-address=fluentdhost:24224
9191$ docker run --log-driver=fluentd --log-opt fluentd-address=tcp://fluentdhost:24224
92+ $ docker run --log-driver=fluentd --log-opt fluentd-address=tls://fluentdhost:24224
9293$ docker run --log-driver=fluentd --log-opt fluentd-address=unix:///path/to/fluentd.sock
9394```
9495
You can’t perform that action at this time.
0 commit comments