
Docker Demystified - with (me) Dan Clarke
The Unhandled Exception Podcast
00:00
Dot Net - How to Build a Docker SDK
The entry point command specifies what that process will be. If you're using a C++ natively compiled app, then the entry point would just reference your compiled exe file. Imagine a Docker file with four lines of code. Let's call this the dot net SDK base image line to copy everything from your host machine into the intermediate container. Next line, run dot net publish. Obviously, that's just going to run the command dot net publish as if you're running on the command line anyway. Then the last line entry point dot net and bin release publish my API dot DLL. So hopefully you get an idea.
Transcript
Play full episode