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.
- Host: GitHub
- URL: https://github.com/53845714nf/distroless_flask
- Owner: 53845714nF
- License: gpl-3.0
- Created: 2022-05-24T19:17:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T14:10:48.000Z (over 1 year ago)
- Last Synced: 2025-04-10T06:08:39.666Z (about 1 year ago)
- Topics: container, distroless, flask, python
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```