Skip to content

Commit

Permalink
Document running from GitHub Container registry
Browse files Browse the repository at this point in the history
  • Loading branch information
markhobson committed Sep 16, 2024
1 parent 3a02a1b commit a0ca6d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ docker run --rm -p 8000:8000 -e FLASK_SERVER_NAME=localhost:8000 -e PORT=8000 oi
```

The image is also available on GitHub Container registry as
[acteng/stub-oidc-server](https://github.com/acteng/stub-oidc-server/pkgs/container/stub-oidc-server).
[acteng/stub-oidc-server](https://github.com/acteng/stub-oidc-server/pkgs/container/stub-oidc-server):

```bash
docker run --rm -p 5001:5001 -e FLASK_SERVER_NAME=localhost:5001 ghcr.io/acteng/stub-oidc-server
```

## Licence

Expand Down

0 comments on commit a0ca6d2

Please sign in to comment.