libcompose icon indicating copy to clipboard operation
libcompose copied to clipboard

how to close client factory

Open hujianxiong opened this issue 8 years ago • 0 comments

clientfacotry, err := client.NewDefaultFactory(client.Options{ Host: buffer.String(), APIVersion: "1.24"})

error during connect: Get http://10.20.141.20:3375/v1.24/containers/json?all=1&limit=0&size=1: dial tcp 10.20.141.20:3375: socket: too many open files

How to close it???

hujianxiong avatar May 22 '17 09:05 hujianxiong