Creating a docker image from a custom built with plug-in

Viewed 99

I'm running a build with Oauth2 plug-in and have a binary that I now would like to put in a docker container so that I can run it through docker as oppose to just running the binary. How does one create an appropriate docker image from a compiled binary?

Similarly, it seems to me that Answer w/ Oauth2 plug-in is probably a faily common binary combination, would be good to have those all pre-compiled into ready-run binaries and docker images.

1 Answers