I am trying to use log driver syslog and have written following
configuration in docker-config.yml file

--
    logging:
      driver: syslog
      options:
        syslog-address: "tcp://localhost:1234"
--

I get following error everytime,

C:\Program Files\Docker\Docker\Resources\bin\docker.exe: Error response
from daemon: failed to initialize logging driver: dial tcp 127.0.0.1:24224:
getsockopt: connection refused.

Do I need to install syslog or configuring it is enough?

I tried providing actual ip address still same error.

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to