mirror of https://github.com/docker/cli.git
Merge pull request #1893 from ijc/revert-1872
Revert "add a 10s timeout to the client object."
This commit is contained in:
commit
031d2f8e96
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue