Elliott Hill

Results 3 comments of Elliott Hill

This is still not resolved - people are going to download this and be banging their heads over why the price returned is not the amazon main price like EVERY...

I'm also failing to compile on Mac main.go (code from https://pkg.go.dev/github.com/docker/docker/client#section-readme) ``` package main import ( "context" "fmt" "github.com/docker/docker/api/types/container" "github.com/docker/docker/client" ) func main() { cli, err := client.NewClientWithOpts(client.FromEnv) if err...

Your flow doesn't reproduce the issue and works, so thanks! The problem must be user error on my part.