self contained D executable that runs inside container

y via Digitalmars-d digitalmars-d at puremagic.com
Thu Apr 13 14:32:03 PDT 2017


currently if you want to run a D app inside a linux container you 
need to do a few things.
http://blog.oddbit.com/2015/02/05/creating-minimal-docker-images/ 
has a nice description.

what would need to be done to make this process slimmer and not 
need
e.g. nsswitch.conf and passwd?

in golang the process is included and i can easily create a 
static binary.
is it possible with ldc or dmd to create a similar static binary?


More information about the Digitalmars-d mailing list