Which Docker to use?

Gary Willoughby dev at nomad.uk.net
Wed Oct 17 08:08:44 UTC 2018


On Wednesday, 17 October 2018 at 03:37:21 UTC, Ky-Anh Huynh wrote:
> Hi,
>
> I need to build some static binaries with LDC. I also need to 
> execute builds on both platform 32-bit and 64-bit.
>
>
> From Docker Hub there are two image groups:
>
> * language/ldc (last update 5 months ago)
> * dlang2/ldc-ubuntu (updated recently)
>
>
> Which one do you suggest?
>
> Thanks a lot.

To be honest, you don't need docker for this. You can just 
download LDC in a self-contained folder and use it as is.

https://github.com/ldc-developers/ldc/releases

That's what I do on Linux.


More information about the Digitalmars-d-learn mailing list