Skip to content

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

License

Notifications You must be signed in to change notification settings

53845714nF/distroless_flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages