We need to make sure that we get the fix from moby/moby#32127 if we want to build the client with GO 1.8.
The changes in that PR will not affect the cli because a client is created in cli/command/cli.go, so we need to use the CheckRedirect function from that PR where we create the client.
We need to make sure that we get the fix from moby/moby#32127 if we want to build the client with GO 1.8.
The changes in that PR will not affect the cli because a client is created in
cli/command/cli.go, so we need to use theCheckRedirectfunction from that PR where we create the client.