Skip to content

Commit b4a3bfa

Browse files
committed
add docker run info.
1 parent 8a83100 commit b4a3bfa

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ rpc-proxy
22
vendor/
33
/tmp
44
.idea
5+
/web3

.idx/dev.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
# Sets environment variables in the workspace
1818
env = {};
19+
services.docker.enable = true;
1920
idx = {
2021
# Search for the extensions you want on https://open-vsx.org/ and use "publisher.id"
2122
extensions = [

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ GLOBAL OPTIONS:
4545

4646
## Docker
4747

48+
Run our Docker image:
49+
50+
```sh
51+
docker run ghcr.io/gochain/rpc-proxy/rpc-proxy:latest
52+
```
53+
4854
Build Docker image:
4955

5056
```sh

0 commit comments

Comments
 (0)