Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add public docker image details
  • Loading branch information
jordy25519 authored Sep 28, 2024
1 parent 9f05b90 commit 800671e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ drift-gateway https://rpc-provider.example.com

### From Docker

Use prebuilt image, ghcr.io:
```bash
# authenticate to github container registry
docker login -u <GITHUB_USERNAME> -P <GITHUB_PAT_TOKEN>
# run image
docker run -p 8080:8080 --platform linux/x86_64 ghcr.io/drift-labs/gateway https://rpc-provider.example.com --host 0.0.0.0
```

Build the Docker image:

```bash
Expand Down

0 comments on commit 800671e

Please sign in to comment.