An open API service indexing awesome lists of open source software.

https://github.com/53845714nf/distroless_flask

Example of creating a Flask service with googel's distroless container.
https://github.com/53845714nf/distroless_flask

container distroless flask python

Last synced: 2 months ago
JSON representation

Example of creating a Flask service with googel's distroless container.

Awesome Lists containing this project

README

          

# distroless_flask

## Description
Example repo with flask inside a Distroless container build with buildah.
This Project is inspired by [ubi-flask](https://github.com/major/ubi-flask).

## Usage

With Docker:
```shell
docker run -p 10000:10000 ghcr.io/53845714nf/distroless_flask/distroless_flask:latest
```

With Podman:
```shell
podman run -p 10000:10000 ghcr.io/53845714nf/distroless_flask/distroless_flask:latest
```