docs/engine/api/sdk
Andre Almar 6f38ea561b
Fixing ImageList Go code
Original: on line 18 we have `images, err := cli.ImageList(context.Background(), types.ImageListOptions{})` which gives us an error of:

```
# command-line-arguments
./main.go:12:2: ctx declared but not used
```

*Fix:* on line 18 we need to have `images, err := cli.ImageList(ctx, types.ImageListOptions{})`
2020-06-29 16:01:24 -03:00
..
examples.md Fixing ImageList Go code 2020-06-29 16:01:24 -03:00
index.md engine: use relative markdown links 2020-04-23 13:03:32 +02:00