Something like: ``` if conn, err := c.Connection.Dial("unix", "/var/run/docker.sock"); err != nil { return "", err } ``` Then use the go SDK to connect to the existing connection