This is a hacky experiment that serves the Go pprof profiler web UI. You can upload pprof files then view them without installing anything. See my blog post for some additional details.
Try it: https://pprofweb.evanjones.ca/
docker build . --tag=pprofweb
docker run --rm -ti --publish=127.0.0.1:8080:8080 pprofweb
docker run --rm -ti --entrypoint=dot pprofweb