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