Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 486 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 486 Bytes

Mirage Demo

Actions Status

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