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
commit 031d2f8e96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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")