Containerize Your D Server Application

Arun Chandrasekaran aruncxy at gmail.com
Thu Mar 14 18:02:31 UTC 2019


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


More information about the Digitalmars-d-announce mailing list