Com.docker.slirp TCP <ip>:<port> > 192.168.65.2:38708 rejected: Socket.TCPV4.connect_v4 ip:port: Lwt_unix.connect: caught Unix.Unix_error(Unix.ECONNREFUSED, "connect", "")

The following message keeps being logged on syslog every second:

com.docker.slirp TCP ip:port > 192.168.65.2:38708 rejected: Socket.TCPV4.connect_v4 ip:port: Lwt_unix.connect: caught Unix.Unix_error(Unix.ECONNREFUSED, “connect”, “”)

This started happening after updating to beta8.2.

Information

❯ pinata diagnose -u
OS X: version 10.11.4 (build: 15E65)
Docker.app: version v1.11.0-beta8.2
Running diagnostic tests:
[OK] docker-cli
[OK] Moby booted
[OK] driver.amd64-linux
[OK] vmnetd
[OK] osxfs
[OK] db
[OK] slirp
[OK] menubar
[OK] environment
[OK] Docker
[OK] VT-x
Docker logs are being collected into /tmp/20160421-030931.tar.gz
Most specific failure is: No error was detected
Your unique id is: 9AF685AB-36EB-45A4-8339-7DD84D9246B6

+1 the same to me when i try use pinata change the daemon host bind

pinata set daemon @config.json
daemon.json -> {“storage-driver”:“aufs”,“debug”:true,“host”:[“unix:///var/run/docker.sock”,“tcp://192.168.0.112:2375”]}