-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
507308d
commit 62cb1da
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,17 @@ | ||
# 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 | ||
``` |