Demo of an HTTP server built with MirageOS, deployed on GCP
- HCL 35.7%
- OCaml 34.4%
- Shell 10.5%
- Dockerfile 9.8%
- Makefile 6.8%
- Other 2.8%
| .github/workflows | ||
| infra | ||
| lib | ||
| mirage | ||
| script | ||
| test | ||
| .dockerignore | ||
| .gitattributes | ||
| .gitignore | ||
| .ocamlformat | ||
| CHANGES.md | ||
| CONTRIBUTING.md | ||
| Dockerfile | ||
| dune-project | ||
| LICENSE | ||
| Makefile | ||
| mirage-demo.opam | ||
| mirage-demo.opam.template | ||
| README.md | ||
Mirage Demo
Demo of an HTTP server built with MirageOS
API
The server serves the following endpoints.
GET /
Returns the string Hello World.
$ curl http://35.224.1.215/
Hello World
Contributing
Take a look at our Contributing Guide.
TODO
- Build image with commit ID
- Fix network routing issue