It could prove to be a nice stateless way to run some zig programs.
Just follow the instructions below and you should be up and running in no time.
docker build . -t zig-cgi
docker run -p 8080:80 zig-cgi
Visit localhost:8080/cgi-bin/zig.cgi
and see the hello world message!