Hacker News new | ask | show | jobs
by Tsarp 41 days ago
Docker can be small too. In this example I was able to compile a full server (rust binary) and package it in a docker (scratch image base) and the total was < 5MB.

https://github.com/srv1n/kurpod/pkgs/container/kurpod-server

wasm version compiles to under a MB though!