Merge pull request #1893 from ijc/revert-1872

Revert "add a 10s timeout to the client object."
This commit is contained in:
Silvin Lubecki
2019-05-17 14:32:00 +02:00
committed by GitHub
-1
View File
@@ -122,7 +122,6 @@ func (c *Endpoint) ClientOpts() ([]client.Opt, error) {
client.WithDialContext(helper.Dialer),
)
}
result = append(result, client.WithTimeout(10*time.Second))
}
version := os.Getenv("DOCKER_API_VERSION")