Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention ghcr in README #11

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ export PIP_INDEX_URL=http://localhost/simple
pip install mypy
```

## Github container registry

To pull the latest version from the Github container registry:

```bash
docker pull ghcr.io/hauntsaninja/nginx_pypi_cache:latest
```

See https://github.com/hauntsaninja/nginx_pypi_cache/pkgs/container/nginx_pypi_cache

## Troubleshooting

It turns out it's surprisingly easy to mess something up and not actually end up proxying
Expand Down
Loading