Skip to content

Commit

Permalink
Add hosted docker image to README
Browse files Browse the repository at this point in the history
  • Loading branch information
L1am0 committed Jul 2, 2024
1 parent 6355f6d commit 293b84d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ deploy in your local network, to speed up the pull times of the ollama registry.

#### Docker

1. Run via docker `docker run -p 9200:9200 -v ./cache_dir_docker:/pull-through-cache d9abbf62c6ec`
1. Run via docker
```
docker run -p 9200:9200 -v ./cache_dir_docker:/pull-through-cache ghcr.io/beans-bytes/ollama-registry-pull-through-proxy:latest
```
2. This mounts the local folder `cache_dir_docker` to the cache directory of the container. This will contain ollama files.
3. The cache will be available at http://localhost:9200`
Expand Down

0 comments on commit 293b84d

Please sign in to comment.