Skip to content

Commit

Permalink
Add Usage to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
53845714nF authored Aug 26, 2024
1 parent 507308d commit 62cb1da
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
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
```

0 comments on commit 62cb1da

Please sign in to comment.