unikraft / catalog

Unikraft Applications & Examples Catalog
23 stars 29 forks source link

feat(examples): Introduce HTTP Flask server as example #55

Closed razvand closed 3 months ago

razvand commented 5 months ago

Introduce an HTTP Flask server as binary compatibility run. Install Python + Flask using Dockerfile. Use the unikraft.org/python:3.12 registry image.

Add typical files for a bincompat app:

razvand commented 4 months ago

I get this error when running, any ideas?

/tmp/kraft-run-1758828628/unikraft/bin/kernel: can't open file '/usr/bin/python3': [Errno 2] No such file or directory

@StefanJum , we need to upstream Python.