Skip to content

Commit

Permalink
Mention ghcr in README (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja authored Dec 10, 2024
1 parent d925f45 commit 15f27b3
Showing 1 changed file with 10 additions and 0 deletions.
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

0 comments on commit 15f27b3

Please sign in to comment.