Update docker engine-api to dea108d3aa
This commit is contained in:
4
vendor/github.com/docker/engine-api/client/image_load.go
generated
vendored
4
vendor/github.com/docker/engine-api/client/image_load.go
generated
vendored
@@ -10,8 +10,8 @@ import (
|
||||
)
|
||||
|
||||
// ImageLoad loads an image in the docker host from the client host.
|
||||
// It's up to the caller to close the io.ReadCloser returned by
|
||||
// this function.
|
||||
// It's up to the caller to close the io.ReadCloser in the
|
||||
// ImageLoadResponse returned by this function.
|
||||
func (cli *Client) ImageLoad(ctx context.Context, input io.Reader, quiet bool) (types.ImageLoadResponse, error) {
|
||||
v := url.Values{}
|
||||
v.Set("quiet", "0")
|
||||
|
Reference in New Issue
Block a user