且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

为docker golang api的docker设置容器的端口

更新时间:2023-12-05 13:47:34

This is a Golang issue with how vendor/ works.

Remove the nested vendor directory:

rm -rf vendor/github.com/docker/docker/vendor

If you are using glide, you should use glide install -v when installing the dependency.

For more details, check this reported issue

相关阅读

推荐文章