We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b48ade commit 6354a84Copy full SHA for 6354a84
examples/pull/main.go
@@ -35,7 +35,7 @@ func main() {
35
if err != nil {
36
panic(err)
37
}
38
- stateChan, err := cli.PullWithState(context.Background(), ref)
+ stateChan, err := cli.ImagePullWithState(context.Background(), ref)
39
40
41
@@ -46,7 +46,7 @@ func main() {
46
logger.Infof("%02d [%s]: %s", idx, l.Id(), l.Status())
47
48
49
- digest, err := cli.Pull(context.Background(), ref)
+ digest, err := cli.ImagePull(context.Background(), ref)
50
51
52
0 commit comments