You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inline the wrapper "option", as the signature for ClientOpts may not
be implementable in future (possibly we need to change this);
docker#18 16.94 # github.com/docker/cli/cli/context/docker
docker#18 16.94 cli/context/docker/load.go:105:29: cannot use withHTTPClient(tlsConfig) (value of type func(*client.Client) error) as client.Opt value in argument to append
docker#18 16.94 cli/context/docker/load.go:152:6: cannot use c (variable of type *client.Client) as *client.clientConfig value in argument to client.WithHTTPClient(&http.Client{…})
Signed-off-by: Sebastiaan van Stijn <[email protected]>
0 commit comments