Comment on Haskell Web Server in a 5MB Docker ImageComments−thu11yOh I was following the same path and was mising a library or two. The result is similar to Michael's scratch image: https://gist.github.com/noteed/4155ffad2b1d13ab17eeThe resulting image for "hello world" compressed with `xz` (default options) is 1.5MB. And it runs in a chroot or with qemu too.
Comments
Oh I was following the same path and was mising a library or two. The result is similar to Michael's scratch image: https://gist.github.com/noteed/4155ffad2b1d13ab17ee
The resulting image for "hello world" compressed with `xz` (default options) is 1.5MB. And it runs in a chroot or with qemu too.