dongshi6969 2018-09-09 18:18
浏览 315
已采纳

我如何才能适当地供应商github.com/docker/docker?

here my main.go

package cmd

import (
    "context"
    "fmt"

    "github.com/docker/docker/api/types"
    "github.com/docker/docker/client"
)

func main() {
    cli, err := client.NewClientWithOpts(client.WithVersion("1.38"))
    if err != nil {
        panic(err)
    }

    networks, err := cli.NetworkList(context.Background(), types.NetworkListOptions{})
    if err != nil {
        panic(err)
    }
    fmt.Println(networks)
}

i tried to run dep init but vendor folder ended up with an older version of docker/docker because the newest tag is 17.05 tried to pin the actual commit but that did not work either

i give a shot to go mod vendor but that also rely on git tags

Strangely enough docker/docker is an alias to moby/moby and docker/engine.

Anyone could explain me and give example how can i successfully use vendoring with docker API?

  • 写回答

1条回答 默认 最新

  • dongzhuang6247 2018-09-09 19:43
    关注
    [[constraint]]
      name = "github.com/docker/docker"
      branch = "master"
    
    [[override]]
      name = "github.com/docker/distribution"
      branch = "master"
    

    Actually this two entries helped solve the dependency issue in Gopkg.toml, then running dep ensure

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 树莓派与pix飞控通信
  • ¥15 自动转发微信群信息到另外一个微信群
  • ¥15 outlook无法配置成功
  • ¥30 这是哪个作者做的宝宝起名网站
  • ¥60 版本过低apk如何修改可以兼容新的安卓系统
  • ¥25 由IPR导致的DRIVER_POWER_STATE_FAILURE蓝屏
  • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
  • ¥50 有数据,怎么用matlab求全要素生产率
  • ¥15 TI的insta-spin例程
  • ¥15 完成下列问题完成下列问题