docker / go-plugins-helpers

Go helper packages to extend the Docker Engine
https://docs.docker.com/engine/extend/plugins/
Apache License 2.0
333 stars 133 forks source link

Can I write docker plugin in other languages, like c/c++ #128

Open wz30 opened 4 years ago

wz30 commented 4 years ago

Hi, I am not sure if this is the correct place to post the question. But I could not find somewhere else to ask this question.

From the "plugin helper" sections. It said the sdk in go is provided. I am wondering if it supports other languages like c/c++. And if not, how hard is it to develop my own plugin in those languages? And where are the helpful docs?

And if the best choice is sdk in go version. Could you send me some more links about how to develop the plugin?

Thanks in advance

Thalhammer commented 2 years ago

Hi, I had the same intention a while back and after looking around I couldn't find one anywhere. So I built one myself: https://github.com/Thalhammer/docker-plugin-cpp It's probably to late for you, but I am leaving this here in case someone else stumbles across this issue.