Skip to content

Commit

Permalink
Simplify GitHub Container registry docs
Browse files Browse the repository at this point in the history
  • Loading branch information
markhobson committed Sep 17, 2024
1 parent aad3a78 commit c8e5514
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,7 @@ 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):

```bash
docker run --rm -p 5001:5001 -e FLASK_SERVER_NAME=localhost:5001 ghcr.io/acteng/stub-oidc-server
```
[ghcr.io/acteng/stub-oidc-server](https://github.com/acteng/stub-oidc-server/pkgs/container/stub-oidc-server).

## Configuring

Expand Down

0 comments on commit c8e5514

Please sign in to comment.