Skip to content

Commit

Permalink
add docker run info.
Browse files Browse the repository at this point in the history
  • Loading branch information
treeder committed Oct 8, 2024
1 parent 8a83100 commit b4a3bfa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ rpc-proxy
vendor/
/tmp
.idea
/web3
1 change: 1 addition & 0 deletions .idx/dev.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

# Sets environment variables in the workspace
env = {};
services.docker.enable = true;
idx = {
# Search for the extensions you want on https://open-vsx.org/ and use "publisher.id"
extensions = [
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ GLOBAL OPTIONS:

## Docker

Run our Docker image:

```sh
docker run ghcr.io/gochain/rpc-proxy/rpc-proxy:latest
```

Build Docker image:

```sh
Expand Down

0 comments on commit b4a3bfa

Please sign in to comment.