Containerize Your D Server Application

Andre Pany andre at s-e-a-p.de
Thu Mar 14 18:40:15 UTC 2019


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

There is a plugin system planned for dub. This requirement seems 
to be a very good use case.

https://github.com/dlang/dub/wiki/DEP3

If you have time, please contribute to Dub by adding this feature.

Kind regards
Andre



More information about the Digitalmars-d-announce mailing list