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