Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 423 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 423 Bytes

distroless_flask

Description

Example repo with flask inside a Distroless container build with buildah. This Project is inspired by ubi-flask.

Usage

With Docker:

docker run -p 10000:10000 ghcr.io/53845714nf/distroless_flask/distroless_flask:latest 

With Podman:

podman run -p 10000:10000 ghcr.io/53845714nf/distroless_flask/distroless_flask:latest