On Thursday, 14 March 2019 at 18:02:31 UTC, Arun Chandrasekaran wrote:
On Thursday, 14 March 2019 at 12:38:30 UTC, Mike Parker wrote:
One of the items on my list of "things I'd like to do if I only had the time" is to create a Mud server with D and deploy it with Docker. Just for kicks. If I ever do get around to it, my ignorance of all things Docker will not be the time sink it could have been thanks to this latest post on the D Blog by Kai Nacke.

The Blog
https://dlang.org/blog/2019/03/14/containerize-your-d-server-application/

Reddit
https://www.reddit.com/r/programming/comments/b0zqck/containerize_your_d_server_application/

Can we make dub generate the docker container as well? CMake can do that. The usage would be simply

```
dub build -b release
dub build docker

Couldn't you use `postBuildCommands` for that?
https://dub.pm/package-format-json.html#build-settings

Reply via email to