Update docker engine-api to dea108d3aa

This commit is contained in:
Ron Lai
2016-07-18 15:18:59 -07:00
parent 6108725869
commit 940e212306
11 changed files with 84 additions and 41 deletions

View File

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