Merge pull request #11059 from andrealmar/fixing-ImageList-Go-code

Fixing ImageList Go code
This commit is contained in:
Sebastiaan van Stijn 2020-06-30 12:21:18 +02:00 committed by GitHub
commit 6775518067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ func main() {
panic(err)
}
images, err := cli.ImageList(context.Background(), types.ImageListOptions{})
images, err := cli.ImageList(ctx, types.ImageListOptions{})
if err != nil {
panic(err)
}