vibe.d server in a docker image

Tamas user at dlang.io
Wed Mar 7 12:41:59 UTC 2018


I packaged a hello world vibe.d http server into a docker image. 
It's only 12 MB, and boots up real fast. I can run this on my ARM 
based NAS, pretty sweet.

     docker run -it --publish 8888:8888 tam4s/hello-vibe-x86_64

or

     docker run -it --publish 8888:8888 tam4s/hello-vibe-armv7l


source with build instruction: http://github.com/tam4s/hello-vibe


More information about the Digitalmars-d mailing list