D for microservices

Jacob Carlborg doob at me.com
Thu Mar 1 19:59:36 UTC 2018


On 2018-02-25 17:51, yawniek wrote:

> Q: what would be needed to build a single binary (a la golang) that
> works in a FROM SCRATCH docker container?

Build a completely statically linked binary by compiling using LDC and 
add the "-static" flag.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list